]> git.cryptolib.org Git - avr-crypto-lib.git/blobdiff - hfal/hfal_sha1.c
fixing some decryption bugs in GCM128
[avr-crypto-lib.git] / hfal / hfal_sha1.c
index 26128ee5f177991d21d72200e214c277f809e104..04023e7d52d318b98d1a6216946db1339f38a005 100644 (file)
@@ -28,7 +28,7 @@
 #include <avr/pgmspace.h>
 #include <stdlib.h>
 #include "hashfunction_descriptor.h"
-#include "sha1/sha1.h"
+#include "sha1.h"
 
 static const char sha1_str[]   PROGMEM = "SHA-1";