aboutsummaryrefslogtreecommitdiff
path: root/lib/libtpm/sha256.c
diff options
context:
space:
mode:
Diffstat (limited to 'lib/libtpm/sha256.c')
-rw-r--r--lib/libtpm/sha256.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/lib/libtpm/sha256.c b/lib/libtpm/sha256.c
index 2a09af6..c6b8767 100644
--- a/lib/libtpm/sha256.c
+++ b/lib/libtpm/sha256.c
@@ -15,7 +15,7 @@
*/
#include "byteorder.h"
-#include "sha256.h"
+#include "sha.h"
#include "string.h"
typedef struct _sha256_ctx {