diff options
author | lloyd <[email protected]> | 2008-11-10 22:57:20 +0000 |
---|---|---|
committer | lloyd <[email protected]> | 2008-11-10 22:57:20 +0000 |
commit | c975e9017032bcbce0d5beffd7fc89fa1b3210a0 (patch) | |
tree | 15053baece03059df1880ae6d79f35dff6004e1c /src/libstate/lookup.h | |
parent | 33cff0df7b08624e4336b79744eb82bf5112809c (diff) |
Move get_bc_pad to def_engine/def_mode.cpp
Compilation fix in arc4_openssl.cpp
Diffstat (limited to 'src/libstate/lookup.h')
-rw-r--r-- | src/libstate/lookup.h | 7 |
1 files changed, 0 insertions, 7 deletions
diff --git a/src/libstate/lookup.h b/src/libstate/lookup.h index eda367543..ec7932338 100644 --- a/src/libstate/lookup.h +++ b/src/libstate/lookup.h @@ -82,13 +82,6 @@ BOTAN_DLL MessageAuthenticationCode* get_mac(const std::string& name); */ BOTAN_DLL S2K* get_s2k(const std::string& name); -/** -* Block cipher padding mode factory method. -* @param name the name of the desired block cipher padding mode -* @return the block cipher padding mode object -*/ -BOTAN_DLL BlockCipherModePaddingMethod* get_bc_pad(const std::string& name); - /************************************************* * Get an EMSA/EME/KDF/MGF function * *************************************************/ |