summaryrefslogtreecommitdiff
path: root/crypto/engine/eng_all.c
diff options
context:
space:
mode:
Diffstat (limited to 'crypto/engine/eng_all.c')
-rw-r--r--crypto/engine/eng_all.c4
1 files changed, 2 insertions, 2 deletions
diff --git a/crypto/engine/eng_all.c b/crypto/engine/eng_all.c
index 2c8d1869a..7185eef1e 100644
--- a/crypto/engine/eng_all.c
+++ b/crypto/engine/eng_all.c
@@ -106,9 +106,9 @@ void ENGINE_load_builtin_engines(void)
#ifndef OPENSSL_NO_HW_UBSEC
ENGINE_load_ubsec();
#endif
-/*#ifndef OPENSSL_NO_HW_PADLOCK
+#ifndef OPENSSL_NO_HW_PADLOCK
ENGINE_load_padlock();
- #endif*/
+#endif
#endif
#ifndef OPENSSL_NO_GOST
ENGINE_load_gost();