diff options
Diffstat (limited to 'src/engine/engine.h')
-rw-r--r-- | src/engine/engine.h | 11 |
1 files changed, 0 insertions, 11 deletions
diff --git a/src/engine/engine.h b/src/engine/engine.h index a3f227412..69592886c 100644 --- a/src/engine/engine.h +++ b/src/engine/engine.h @@ -21,10 +21,6 @@ #include <utility> #include <map> -#if defined(BOTAN_HAS_IF_PUBLIC_KEY_FAMILY) - #include <botan/if_op.h> -#endif - namespace Botan { class Algorithm_Factory; @@ -91,13 +87,6 @@ class BOTAN_DLL Engine { return 0; } - -#if defined(BOTAN_HAS_IF_PUBLIC_KEY_FAMILY) - virtual IF_Operation* if_op(const BigInt&, const BigInt&, const BigInt&, - const BigInt&, const BigInt&, const BigInt&, - const BigInt&, const BigInt&) const - { return 0; } -#endif }; } |