aboutsummaryrefslogtreecommitdiffstats
path: root/src/lib/hash/sha1
diff options
context:
space:
mode:
authorJack Lloyd <[email protected]>2020-11-28 07:23:51 -0500
committerJack Lloyd <[email protected]>2020-11-28 08:04:03 -0500
commit7ed45bc0da169349ae42450e07a4f2c07be5af14 (patch)
tree1dfddc26893fa3f2272e9b14eabf48da576388c8 /src/lib/hash/sha1
parentb00cd7cea9233b782697f645a5aa54fd59ecacd9 (diff)
Make scan_name.h, cpuid.h and http_util.h internal
Diffstat (limited to 'src/lib/hash/sha1')
-rw-r--r--src/lib/hash/sha1/sha160.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/lib/hash/sha1/sha160.cpp b/src/lib/hash/sha1/sha160.cpp
index c1033eaa9..70f2f55b8 100644
--- a/src/lib/hash/sha1/sha160.cpp
+++ b/src/lib/hash/sha1/sha160.cpp
@@ -8,7 +8,7 @@
#include <botan/internal/sha160.h>
#include <botan/internal/loadstor.h>
#include <botan/internal/rotate.h>
-#include <botan/cpuid.h>
+#include <botan/internal/cpuid.h>
namespace Botan {