Lets say we have RSA_null_method(), not really useable, but still.

git-svn-id: svn://svn.h5l.se/heimdal/trunk/heimdal@17478 ec53bebd-3082-4978-b11e-865c3cabbd6b
This commit is contained in:
Love Hörnquist Åstrand
2006-05-06 12:40:59 +00:00
parent c3e8bf64e5
commit 037bc4d27e

View File

@@ -226,6 +226,7 @@ ENGINE_load_builtin_engines(void)
ENGINE_set_id(engine, "builtin");
ENGINE_set_name(engine,
"Heimdal crypto builtin engine version " PACKAGE_VERSION);
ENGINE_set_RSA(engine, RSA_null_method());
ENGINE_set_DH(engine, DH_imath_method());
ret = add_engine(engine);