aboutsummaryrefslogtreecommitdiffstats
path: root/src/lib/passhash/bcrypt/bcrypt.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'src/lib/passhash/bcrypt/bcrypt.cpp')
-rw-r--r--src/lib/passhash/bcrypt/bcrypt.cpp4
1 files changed, 2 insertions, 2 deletions
diff --git a/src/lib/passhash/bcrypt/bcrypt.cpp b/src/lib/passhash/bcrypt/bcrypt.cpp
index 1d28ddfb4..0b53fe42c 100644
--- a/src/lib/passhash/bcrypt/bcrypt.cpp
+++ b/src/lib/passhash/bcrypt/bcrypt.cpp
@@ -7,9 +7,9 @@
#include <botan/bcrypt.h>
#include <botan/rng.h>
-#include <botan/blowfish.h>
+#include <botan/internal/blowfish.h>
#include <botan/base64.h>
-#include <botan/parsing.h>
+#include <botan/internal/parsing.h>
namespace Botan {