X-Git-Url: https://git.cryptolib.org/?a=blobdiff_plain;f=hfal%2Fhfal_sha1.c;h=04023e7d52d318b98d1a6216946db1339f38a005;hb=6cddae4d0fa8acf9d3bfd5e0f42c789c32f3a992;hp=26128ee5f177991d21d72200e214c277f809e104;hpb=924aa320bef6f192feecdb67d209c790bd49ea49;p=avr-crypto-lib.git 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";