aboutsummaryrefslogtreecommitdiffstats
path: root/src/libstate/engine/def_engine/def_eng.h
diff options
context:
space:
mode:
authorlloyd <[email protected]>2008-11-10 02:44:12 +0000
committerlloyd <[email protected]>2008-11-10 02:44:12 +0000
commitba1271baf1ccbc0302971e7300229d0dec0405ab (patch)
treecbf5b81dd55f71a6c4b9fa220aef0424853498db /src/libstate/engine/def_engine/def_eng.h
parent032a4574bee834337b8ccf7fc29779c69c161e2b (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/engine/def_engine/def_eng.h')
-rw-r--r--src/libstate/engine/def_engine/def_eng.h1
1 files changed, 0 insertions, 1 deletions
diff --git a/src/libstate/engine/def_engine/def_eng.h b/src/libstate/engine/def_engine/def_eng.h
index 3d3fba809..4f1bd89a7 100644
--- a/src/libstate/engine/def_engine/def_eng.h
+++ b/src/libstate/engine/def_engine/def_eng.h
@@ -64,7 +64,6 @@ class BOTAN_DLL Default_Engine : public Engine
HashFunction* find_hash(const std::string&) const;
MessageAuthenticationCode* find_mac(const std::string&) const;
- class S2K* find_s2k(const std::string&) const;
class BlockCipherModePaddingMethod*
find_bc_pad(const std::string&) const;
};