X-Git-Url: https://git.cryptolib.org/?a=blobdiff_plain;f=test_src%2Fmain-sha1-test.c;h=d1d819e3e49de2e9d2385adb18c1a43a5375ce9e;hb=7b5401ab9ce23a5da1de8b6c7de3a1aa20ac4cf8;hp=1b19d0a948c44475ece4089e6860d588ced2ce7a;hpb=f26c4e0df2415993c0c85229cbab83f393526342;p=avr-crypto-lib.git 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";