Drop imath for ltm for speed reasons

This commit is contained in:
Love Hornquist Astrand
2010-10-02 12:28:27 -07:00
parent 0a608964a4
commit c6fb9428dd
20 changed files with 8 additions and 5009 deletions

View File

@@ -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