aboutsummaryrefslogtreecommitdiffstats
path: root/src/lib/utils/ghash
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/utils/ghash
parentb00cd7cea9233b782697f645a5aa54fd59ecacd9 (diff)
Make scan_name.h, cpuid.h and http_util.h internal
Diffstat (limited to 'src/lib/utils/ghash')
-rw-r--r--src/lib/utils/ghash/ghash.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/lib/utils/ghash/ghash.cpp b/src/lib/utils/ghash/ghash.cpp
index ccb83cc5f..af4f52765 100644
--- a/src/lib/utils/ghash/ghash.cpp
+++ b/src/lib/utils/ghash/ghash.cpp
@@ -9,7 +9,7 @@
#include <botan/internal/ghash.h>
#include <botan/internal/ct_utils.h>
#include <botan/internal/loadstor.h>
-#include <botan/cpuid.h>
+#include <botan/internal/cpuid.h>
#include <botan/exceptn.h>
namespace Botan {