From be9d7d1031bba2cd4f415d114389a1f50c61d44b Mon Sep 17 00:00:00 2001 From: lloyd Date: Fri, 5 Mar 2010 17:40:45 +0000 Subject: Remove IF_Core --- src/engine/def_engine/default_engine.h | 6 ------ 1 file changed, 6 deletions(-) (limited to 'src/engine/def_engine/default_engine.h') diff --git a/src/engine/def_engine/default_engine.h b/src/engine/def_engine/default_engine.h index 9edd25d2b..1e40cfe46 100644 --- a/src/engine/def_engine/default_engine.h +++ b/src/engine/def_engine/default_engine.h @@ -32,12 +32,6 @@ class Default_Engine : public Engine PK_Ops::Decryption* get_decryption_op(const Private_Key& key) const; -#if defined(BOTAN_HAS_IF_PUBLIC_KEY_FAMILY) - IF_Operation* if_op(const BigInt&, const BigInt&, const BigInt&, - const BigInt&, const BigInt&, const BigInt&, - const BigInt&, const BigInt&) const; -#endif - Modular_Exponentiator* mod_exp(const BigInt& n, Power_Mod::Usage_Hints) const; -- cgit v1.2.3