]> git.cryptolib.org Git - avr-crypto-lib.git/blobdiff - test_src/main-sha1-test.c
clean up
[avr-crypto-lib.git] / test_src / main-sha1-test.c
index 1b19d0a948c44475ece4089e6860d588ced2ce7a..d1d819e3e49de2e9d2385adb18c1a43a5375ce9e 100644 (file)
 
 #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 <stdint.h>
 #include <string.h>
 #include <stdlib.h>
 #include "cli.h"
 #include "shavs.h"
-#include "hfal_sha1.h"
+#include "hfal/hfal_sha1.h"
 #include "dump.h"
 
 char* algo_name = "SHA-1";