X-Git-Url: https://git.cryptolib.org/?p=avr-crypto-lib.git;a=blobdiff_plain;f=test_src%2Fmain-sha1-test.c;h=d1d819e3e49de2e9d2385adb18c1a43a5375ce9e;hp=1b19d0a948c44475ece4089e6860d588ced2ce7a;hb=7b5401ab9ce23a5da1de8b6c7de3a1aa20ac4cf8;hpb=02ac3b653f3a11f284cc1a0cb0e983575f2f431b diff --git a/test_src/main-sha1-test.c b/test_src/main-sha1-test.c index 1b19d0a..d1d819e 100644 --- a/test_src/main-sha1-test.c +++ b/test_src/main-sha1-test.c @@ -28,15 +28,15 @@ #include "sha1.h" #include "nessie_hash_test.h" -#include "hfal_sha1.h" -#include "hfal-performance.h" +#include "hfal/hfal_sha1.h" +#include "hfal/hfal-performance.h" #include #include #include #include "cli.h" #include "shavs.h" -#include "hfal_sha1.h" +#include "hfal/hfal_sha1.h" #include "dump.h" char* algo_name = "SHA-1";