]> git.cryptolib.org Git - avr-crypto-lib.git/blobdiff - shacal2/shacal2_enc.h
clean up
[avr-crypto-lib.git] / shacal2 / shacal2_enc.h
index ffa277c72c05ef30c84bb8f3f8bdcc26543d1c4e..3aeeafc8c461be2ca77f534f46fc09871d6d2a51 100644 (file)
@@ -20,7 +20,7 @@
 #define SHACAL2_ENC_H_
 
 #include <stdint.h>
-#include "sha256.h"
+#include "sha256/sha256.h"
 
 #define SHACAL2_BLOCKSIZE  SHA256_HASH_BITS
 #define SHACAL2_BLOCKSIZE_B ((SHACAL2_BLOCKSIZE+7)/8)