summaryrefslogtreecommitdiffstats
path: root/crypto/engine
diff options
context:
space:
mode:
authorBen Laurie <ben@openssl.org>2011-12-13 15:56:40 +0000
committerBen Laurie <ben@openssl.org>2011-12-13 15:56:40 +0000
commitb9ef708e408ebd6ebb248d679efe416c46fb3f51 (patch)
tree008bdd6d24166214e43ccc1c5ac23d683ec51f12 /crypto/engine
parente166891e0dee83375ca1d3d6bc5c45207b556839 (diff)
Padlock engine doesn't build (the asm parts are not built for some reason),
so remove for now.
Diffstat (limited to 'crypto/engine')
-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 7185eef1e6..2c8d1869a4 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();