2006-06-21 21:14:05 +00:00
|
|
|
--- openssl-0.9.8b/crypto/engine/eng_all.c.padlock 2005-04-19 15:24:44.000000000 +0200
|
|
|
|
+++ openssl-0.9.8b/crypto/engine/eng_all.c 2006-06-21 19:57:29.000000000 +0200
|
|
|
|
@@ -69,6 +69,9 @@
|
|
|
|
ENGINE_load_openssl();
|
2006-04-04 17:45:56 +00:00
|
|
|
#endif
|
2006-06-21 21:14:05 +00:00
|
|
|
ENGINE_load_dynamic();
|
2006-04-04 17:45:56 +00:00
|
|
|
+#if !defined(OPENSSL_NO_HW) && !defined(OPENSSL_NO_HW_PADLOCK)
|
|
|
|
+ ENGINE_load_padlock();
|
|
|
|
+#endif
|
|
|
|
#ifndef OPENSSL_NO_STATIC_ENGINE
|
|
|
|
#ifndef OPENSSL_NO_HW
|
|
|
|
#ifndef OPENSSL_NO_HW_4758_CCA
|
2006-06-21 21:14:05 +00:00
|
|
|
@@ -95,9 +98,6 @@
|
2006-04-04 17:45:56 +00:00
|
|
|
#ifndef OPENSSL_NO_HW_UBSEC
|
|
|
|
ENGINE_load_ubsec();
|
|
|
|
#endif
|
|
|
|
-#ifndef OPENSSL_NO_HW_PADLOCK
|
|
|
|
- ENGINE_load_padlock();
|
|
|
|
-#endif
|
|
|
|
#endif
|
|
|
|
#if defined(__OpenBSD__) || defined(__FreeBSD__)
|
|
|
|
ENGINE_load_cryptodev();
|