diff options
Diffstat (limited to 'src/sha1.cpp')
-rw-r--r-- | src/sha1.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/sha1.cpp b/src/sha1.cpp index 8a75b97..1d6ae76 100644 --- a/src/sha1.cpp +++ b/src/sha1.cpp | |||
@@ -9,7 +9,7 @@ | |||
9 | #include <string.h> | 9 | #include <string.h> |
10 | #include <stdlib.h> | 10 | #include <stdlib.h> |
11 | 11 | ||
12 | #include "sha1.h" | 12 | #include "bu/sha1.h" |
13 | 13 | ||
14 | Sha1::Sha1() : | 14 | Sha1::Sha1() : |
15 | H0( 0x67452301 ), | 15 | H0( 0x67452301 ), |