]> git.cryptolib.org Git - avr-crypto-lib.git/blobdiff - hmac-sha256/hmac-sha256.h
clean up
[avr-crypto-lib.git] / hmac-sha256 / hmac-sha256.h
index 4df6af5e93f37f8fefd6f7a0de88e6705b30c006..e2bd178ce7d869ae867d703d34fc700196267fbe 100644 (file)
@@ -19,7 +19,7 @@
 #ifndef HMACSHA256_H_
 #define HMACSHA256_H_
 
-#include "sha256.h"
+#include "sha256/sha256.h"
 
 #define HMAC_SHA256_BITS        SHA256_HASH_BITS
 #define HMAC_SHA256_BYTES       SHA256_HASH_BYTES