aboutsummaryrefslogtreecommitdiffstats
path: root/src/lib/pbkdf/pwdhash.cpp
diff options
context:
space:
mode:
authorJack Lloyd <[email protected]>2019-02-16 11:25:38 -0500
committerJack Lloyd <[email protected]>2019-02-16 11:25:38 -0500
commitb8199a7a4f8cff49a6c09ffc769494d48ae7f3fd (patch)
tree3fa352d2bdb512c1c64b7c4b194e23b2a8ba4603 /src/lib/pbkdf/pwdhash.cpp
parent60e00a8282cf509fb92005a8a5812ab90215899d (diff)
Fixes for minimized builds
Various configurations would fail build or test, fix that.
Diffstat (limited to 'src/lib/pbkdf/pwdhash.cpp')
-rw-r--r--src/lib/pbkdf/pwdhash.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/lib/pbkdf/pwdhash.cpp b/src/lib/pbkdf/pwdhash.cpp
index 783ac7066..610ae7ac7 100644
--- a/src/lib/pbkdf/pwdhash.cpp
+++ b/src/lib/pbkdf/pwdhash.cpp
@@ -4,7 +4,7 @@
* Botan is released under the Simplified BSD License (see license.txt)
*/
-#include <botan/pbkdf.h>
+#include <botan/pwdhash.h>
#include <botan/exceptn.h>
#include <botan/scan_name.h>