aboutsummaryrefslogtreecommitdiffstats
path: root/src
diff options
context:
space:
mode:
authorJack Lloyd <[email protected]>2018-10-29 14:01:00 -0400
committerJack Lloyd <[email protected]>2018-10-29 14:01:00 -0400
commit759b45c63f0d28a738c5cb913109b6a2711ad1e7 (patch)
tree6e576110178f015a0b15593dad1c6d51534000cd /src
parent9fc0ad1e4ecc3725ee654ea51c9ee6bfae1537f8 (diff)
Fix compilation problem when scrypt is disabled
Fixes GH #1720
Diffstat (limited to 'src')
-rw-r--r--src/lib/pubkey/pbes2/pbes2.cpp1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/lib/pubkey/pbes2/pbes2.cpp b/src/lib/pubkey/pbes2/pbes2.cpp
index 263263843..b90e2a814 100644
--- a/src/lib/pubkey/pbes2/pbes2.cpp
+++ b/src/lib/pubkey/pbes2/pbes2.cpp
@@ -9,6 +9,7 @@
#include <botan/pbes2.h>
#include <botan/cipher_mode.h>
#include <botan/pbkdf.h>
+#include <botan/pwdhash.h>
#include <botan/der_enc.h>
#include <botan/ber_dec.h>
#include <botan/parsing.h>