diff options
Diffstat (limited to 'src/libstate/pk_engine.h')
-rw-r--r-- | src/libstate/pk_engine.h | 8 |
1 files changed, 0 insertions, 8 deletions
diff --git a/src/libstate/pk_engine.h b/src/libstate/pk_engine.h index 3bc1a90f1..8f38b2928 100644 --- a/src/libstate/pk_engine.h +++ b/src/libstate/pk_engine.h @@ -15,10 +15,6 @@ #include <botan/if_op.h> #endif -#if defined(BOTAN_HAS_ELGAMAL) - #include <botan/elg_op.h> -#endif - namespace Botan { class Algorithm_Factory; @@ -38,10 +34,6 @@ IF_Operation* if_op(const BigInt&, const BigInt&, const BigInt&, const BigInt&, const BigInt&); #endif -#if defined(BOTAN_HAS_ELGAMAL) -ELG_Operation* elg_op(const DL_Group&, const BigInt&, const BigInt&); -#endif - } } |