summaryrefslogtreecommitdiff
path: root/source4/heimdal/lib/hcrypto/engine.c
diff options
context:
space:
mode:
Diffstat (limited to 'source4/heimdal/lib/hcrypto/engine.c')
-rw-r--r--source4/heimdal/lib/hcrypto/engine.c20
1 files changed, 0 insertions, 20 deletions
diff --git a/source4/heimdal/lib/hcrypto/engine.c b/source4/heimdal/lib/hcrypto/engine.c
index 6e3e5e3939..15853420f6 100644
--- a/source4/heimdal/lib/hcrypto/engine.c
+++ b/source4/heimdal/lib/hcrypto/engine.c
@@ -284,26 +284,6 @@ ENGINE_load_builtin_engines(void)
ENGINE_finish(engine);
#endif
-#ifdef USE_HCRYPTO_IMATH
- /*
- * imath
- */
-
- engine = ENGINE_new();
- if (engine == NULL)
- return;
-
- ENGINE_set_id(engine, "imath");
- ENGINE_set_name(engine,
- "Heimdal crypto imath engine version " PACKAGE_VERSION);
- ENGINE_set_RSA(engine, RSA_imath_method());
- ENGINE_set_DH(engine, DH_imath_method());
-
- ret = add_engine(engine);
- if (ret != 1)
- ENGINE_finish(engine);
-#endif
-
#ifdef HAVE_GMP
/*
* gmp