summaryrefslogtreecommitdiff
path: root/src/ltc/hashes/sha2/sha224.c
diff options
context:
space:
mode:
Diffstat (limited to 'src/ltc/hashes/sha2/sha224.c')
-rw-r--r--src/ltc/hashes/sha2/sha224.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/ltc/hashes/sha2/sha224.c b/src/ltc/hashes/sha2/sha224.c
index 773a2c52..bb68abc0 100644
--- a/src/ltc/hashes/sha2/sha224.c
+++ b/src/ltc/hashes/sha2/sha224.c
@@ -11,7 +11,7 @@
LTC_SHA-224 new NIST standard based off of LTC_SHA-256 truncated to 224 bits (Tom St Denis)
*/
-#include "tomcrypt.h"
+#include "tomcrypt_private.h"
#if defined(LTC_SHA224) && defined(LTC_SHA256)