diff options
author | lloyd <[email protected]> | 2015-01-31 16:18:09 +0000 |
---|---|---|
committer | lloyd <[email protected]> | 2015-01-31 16:18:09 +0000 |
commit | fd3016d10124d2b7ccd7bc885235f2e407d73800 (patch) | |
tree | e237b54c3a8d465c893a012157d9d52014eaccc9 /src/lib/pk_pad/eme.h | |
parent | 00c9b3f4834603946065c15b9b2e9fa5e973b979 (diff) |
Use registry also for KDF, EMSA, and EME
Diffstat (limited to 'src/lib/pk_pad/eme.h')
-rw-r--r-- | src/lib/pk_pad/eme.h | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/src/lib/pk_pad/eme.h b/src/lib/pk_pad/eme.h index 3c82a8b69..7318ec480 100644 --- a/src/lib/pk_pad/eme.h +++ b/src/lib/pk_pad/eme.h @@ -8,6 +8,7 @@ #ifndef BOTAN_PUBKEY_EME_ENCRYPTION_PAD_H__ #define BOTAN_PUBKEY_EME_ENCRYPTION_PAD_H__ +#include <botan/scan_name.h> #include <botan/secmem.h> #include <botan/rng.h> @@ -19,6 +20,8 @@ namespace Botan { class BOTAN_DLL EME { public: + typedef SCAN_Name Spec; + /** * Return the maximum input size in bytes we can support * @param keybits the size of the key in bits |