diff options
Diffstat (limited to 'src/core/lookup.h')
-rw-r--r-- | src/core/lookup.h | 10 |
1 files changed, 2 insertions, 8 deletions
diff --git a/src/core/lookup.h b/src/core/lookup.h index fb163342a..016ad4618 100644 --- a/src/core/lookup.h +++ b/src/core/lookup.h @@ -10,10 +10,10 @@ #include <botan/enums.h> #include <botan/filters.h> #include <botan/mode_pad.h> -#include <botan/pk_util.h> +#include <botan/kdf.h> +#include <botan/pk_pad.h> #include <botan/libstate.h> #include <botan/s2k.h> -#include <botan/pbe.h> namespace Botan { @@ -48,12 +48,6 @@ BOTAN_DLL S2K* get_s2k(const std::string&); BOTAN_DLL const BlockCipherModePaddingMethod* get_bc_pad(const std::string&); /************************************************* -* Get a PBE object * -*************************************************/ -BOTAN_DLL PBE* get_pbe(const std::string&); -BOTAN_DLL PBE* get_pbe(const OID&, DataSource&); - -/************************************************* * Get an EMSA/EME/KDF/MGF function * *************************************************/ BOTAN_DLL EME* get_eme(const std::string&); |