diff options
author | lloyd <[email protected]> | 2008-11-10 02:44:12 +0000 |
---|---|---|
committer | lloyd <[email protected]> | 2008-11-10 02:44:12 +0000 |
commit | ba1271baf1ccbc0302971e7300229d0dec0405ab (patch) | |
tree | cbf5b81dd55f71a6c4b9fa220aef0424853498db /src/libstate/lookup.h | |
parent | 032a4574bee834337b8ccf7fc29779c69c161e2b (diff) |
Remove support for S2K in Engines. There are only three implementations of
an S2K in Botan, all in the core library, and it's relatively unlikely
that that many more will be added. get_s2k still exists and performs a
direct search across the possibilities.
Diffstat (limited to 'src/libstate/lookup.h')
-rw-r--r-- | src/libstate/lookup.h | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/src/libstate/lookup.h b/src/libstate/lookup.h index 4a97a2aeb..34618a835 100644 --- a/src/libstate/lookup.h +++ b/src/libstate/lookup.h @@ -39,8 +39,6 @@ retrieve_hash(Library_State&, const std::string&); BOTAN_DLL const MessageAuthenticationCode* retrieve_mac(Library_State&, const std::string&); -BOTAN_DLL const S2K* retrieve_s2k(Library_State&, const std::string&); - BOTAN_DLL const BlockCipherModePaddingMethod* retrieve_bc_pad(Library_State&, const std::string&); |