X-Git-Url: https://git.cryptolib.org/?p=avr-crypto-lib.git;a=blobdiff_plain;f=hfal%2Fhfal_sha1.c;h=04023e7d52d318b98d1a6216946db1339f38a005;hp=26128ee5f177991d21d72200e214c277f809e104;hb=b8d6b2bd3ddea45506f584c7d44fe5fff0557ed1;hpb=8007e094d9e9e9477a08978c5ad2d96c6cb8bb66 diff --git a/hfal/hfal_sha1.c b/hfal/hfal_sha1.c index 26128ee..04023e7 100644 --- a/hfal/hfal_sha1.c +++ b/hfal/hfal_sha1.c @@ -28,7 +28,7 @@ #include #include #include "hashfunction_descriptor.h" -#include "sha1/sha1.h" +#include "sha1.h" static const char sha1_str[] PROGMEM = "SHA-1";