From e08fb7998d733407336e83a299f140b0c1d2fcd3 Mon Sep 17 00:00:00 2001 From: markus <> Date: Thu, 5 Sep 2002 22:12:12 +0000 Subject: merge with 0.9.7-beta1 --- src/lib/libcrypto/engine/Makefile.ssl | 2 +- src/lib/libcrypto/engine/eng_all.c | 5 +++-- src/lib/libcrypto/engine/engine.h | 2 +- 3 files changed, 5 insertions(+), 4 deletions(-) (limited to 'src/lib/libcrypto/engine') diff --git a/src/lib/libcrypto/engine/Makefile.ssl b/src/lib/libcrypto/engine/Makefile.ssl index 8ee3b7d2dd..5172028f93 100644 --- a/src/lib/libcrypto/engine/Makefile.ssl +++ b/src/lib/libcrypto/engine/Makefile.ssl @@ -74,7 +74,7 @@ tags: errors: $(PERL) $(TOP)/util/mkerr.pl -conf hw.ec \ - -nostatic -staticloader -write hw_*.c + -nostatic -staticloader -write hw_*.c; \ tests: diff --git a/src/lib/libcrypto/engine/eng_all.c b/src/lib/libcrypto/engine/eng_all.c index a35b3db9e8..bc50465422 100644 --- a/src/lib/libcrypto/engine/eng_all.c +++ b/src/lib/libcrypto/engine/eng_all.c @@ -96,6 +96,9 @@ void ENGINE_load_builtin_engines(void) #ifndef OPENSSL_NO_HW_SUREWARE ENGINE_load_sureware(); #endif +#ifndef OPENSSL_NO_HW_4758_CCA + ENGINE_load_4758cca(); +#endif #ifdef OPENSSL_OPENBSD_DEV_CRYPTO ENGINE_load_openbsd_dev_crypto(); #endif @@ -114,5 +117,3 @@ void ENGINE_setup_openbsd(void) { openbsd_default_loaded=1; } #endif - - diff --git a/src/lib/libcrypto/engine/engine.h b/src/lib/libcrypto/engine/engine.h index 97f5de9e12..fd17ff616d 100644 --- a/src/lib/libcrypto/engine/engine.h +++ b/src/lib/libcrypto/engine/engine.h @@ -312,7 +312,7 @@ void ENGINE_load_builtin_engines(void); #ifdef __OpenBSD__ void ENGINE_load_cryptodev(void); #endif - + /* Get and set global flags (ENGINE_TABLE_FLAG_***) for the implementation * "registry" handling. */ unsigned int ENGINE_get_table_flags(void); -- cgit v1.2.3-55-g6feb