Drop imath for ltm for speed reasons
This commit is contained in:
@@ -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
|
||||
|
Reference in New Issue
Block a user