enable ltm, add key blinding, add remove tfm

This commit is contained in:
Love Hornquist Astrand
2010-08-15 15:06:58 -07:00
parent 44dfbeb596
commit 763a72b73a
143 changed files with 482 additions and 21199 deletions

View File

@@ -244,6 +244,7 @@ ENGINE_load_builtin_engines(void)
if (ret != 1)
ENGINE_finish(engine);
#ifdef USE_HCRYPTO_TFM
/*
* TFM
*/
@@ -261,7 +262,9 @@ ENGINE_load_builtin_engines(void)
ret = add_engine(engine);
if (ret != 1)
ENGINE_finish(engine);
#endif /* USE_HCRYPTO_TFM */
#ifdef USE_HCRYPTO_LTM
/*
* ltm
*/
@@ -279,7 +282,9 @@ ENGINE_load_builtin_engines(void)
ret = add_engine(engine);
if (ret != 1)
ENGINE_finish(engine);
#endif
#ifdef USE_HCRYPTO_IMATH
/*
* imath
*/
@@ -297,6 +302,7 @@ ENGINE_load_builtin_engines(void)
ret = add_engine(engine);
if (ret != 1)
ENGINE_finish(engine);
#endif
#ifdef HAVE_GMP
/*