Commit 01d6270ff0a8eae7ae3beccfd29f3c066d2b9882

Authored by Georg Hopp
1 parent 115887e4

hotfix include in sse version

Showing 1 changed file with 1 additions and 1 deletions
@@ -19,7 +19,7 @@ @@ -19,7 +19,7 @@
19 #ifdef __SSE__ 19 #ifdef __SSE__
20 #include <xmmintrin.h> 20 #include <xmmintrin.h>
21 21
22 -#include "sha1.h" 22 +#include "tr/sha1.h"
23 23
24 typedef union { 24 typedef union {
25 uint32_t u32[4]; 25 uint32_t u32[4];
Please register or login to post a comment