summaryrefslogtreecommitdiffstats
path: root/crypto/openssl/crypto/engine/eng_all.c
diff options
context:
space:
mode:
Diffstat (limited to 'crypto/openssl/crypto/engine/eng_all.c')
-rw-r--r--crypto/openssl/crypto/engine/eng_all.c3
1 files changed, 3 insertions, 0 deletions
diff --git a/crypto/openssl/crypto/engine/eng_all.c b/crypto/openssl/crypto/engine/eng_all.c
index 0f6992a..938d1ac 100644
--- a/crypto/openssl/crypto/engine/eng_all.c
+++ b/crypto/openssl/crypto/engine/eng_all.c
@@ -86,6 +86,9 @@ void ENGINE_load_builtin_engines(void)
#ifndef OPENSSL_NO_HW_UBSEC
ENGINE_load_ubsec();
#endif
+#ifndef OPENSSL_NO_HW_PADLOCK
+ ENGINE_load_padlock();
+#endif
#ifndef OPENSSL_NO_HW_AEP
ENGINE_load_aep();
#endif
OpenPOWER on IntegriCloud