diff options
author | lloyd <[email protected]> | 2015-02-11 23:07:54 +0000 |
---|---|---|
committer | lloyd <[email protected]> | 2015-02-11 23:07:54 +0000 |
commit | 92bc6eac5addf77d610fad21378bc4434ef98119 (patch) | |
tree | fda34898185d0953e3f303724656327252ffb62b /src/lib | |
parent | 9693089c88a1d7731c0633c7c0517cf4f9c28ae2 (diff) |
Correct includes
Diffstat (limited to 'src/lib')
-rw-r--r-- | src/lib/hash/md5_x86_32/md5_x86_32.cpp | 2 | ||||
-rw-r--r-- | src/lib/hash/sha1_x86_32/sha1_x86_32.cpp | 2 |
2 files changed, 2 insertions, 2 deletions
diff --git a/src/lib/hash/md5_x86_32/md5_x86_32.cpp b/src/lib/hash/md5_x86_32/md5_x86_32.cpp index 40da7fe92..b5fd0c78f 100644 --- a/src/lib/hash/md5_x86_32/md5_x86_32.cpp +++ b/src/lib/hash/md5_x86_32/md5_x86_32.cpp @@ -5,7 +5,7 @@ * Botan is released under the Simplified BSD License (see license.txt) */ -#include <botan/internal/hash_util.h> +#include <botan/internal/hash_utils.h> #include <botan/md5_x86_32.h> namespace Botan { diff --git a/src/lib/hash/sha1_x86_32/sha1_x86_32.cpp b/src/lib/hash/sha1_x86_32/sha1_x86_32.cpp index 69ce39519..449596db6 100644 --- a/src/lib/hash/sha1_x86_32/sha1_x86_32.cpp +++ b/src/lib/hash/sha1_x86_32/sha1_x86_32.cpp @@ -5,7 +5,7 @@ * Botan is released under the Simplified BSD License (see license.txt) */ -#include <botan/internal/hash_util.h> +#include <botan/internal/hash_utils.h> #include <botan/sha1_x86_32.h> namespace Botan { |