diff options
Diffstat (limited to 'src/lib/pubkey/pbes2/pbes2.h')
-rw-r--r-- | src/lib/pubkey/pbes2/pbes2.h | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/src/lib/pubkey/pbes2/pbes2.h b/src/lib/pubkey/pbes2/pbes2.h index 0138d1bf3..bc56abd97 100644 --- a/src/lib/pubkey/pbes2/pbes2.h +++ b/src/lib/pubkey/pbes2/pbes2.h @@ -8,12 +8,13 @@ #ifndef BOTAN_PBE_PKCS_v20_H_ #define BOTAN_PBE_PKCS_v20_H_ -#include <botan/rng.h> #include <botan/alg_id.h> #include <chrono> namespace Botan { +class RandomNumberGenerator; + /** * Encrypt with PBES2 from PKCS #5 v2.0 * @param key_bits the input |