diff options
author | Andy Polyakov <appro@openssl.org> | 2012-03-19 21:20:41 +0100 |
---|---|---|
committer | Andy Polyakov <appro@openssl.org> | 2012-03-19 21:20:41 +0100 |
commit | 884c580e05c016b99f873cf9ed7acfcd9e6552b8 (patch) | |
tree | b8e463760c5c0b8fed37445d4da394159dcec69a /engines | |
parent | Always use SSLv23_{client,server}_method in s_client.c and s_server.c, (diff) | |
download | openssl-884c580e05c016b99f873cf9ed7acfcd9e6552b8.tar.xz openssl-884c580e05c016b99f873cf9ed7acfcd9e6552b8.zip |
eng_all.c: revert previous "disable Padlock" commit, which was unjustified.
Diffstat (limited to 'engines')
-rw-r--r-- | engines/Makefile | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/engines/Makefile b/engines/Makefile index 4a2969e93d..786716c11b 100644 --- a/engines/Makefile +++ b/engines/Makefile @@ -51,6 +51,7 @@ LIBOBJ= e_4758cca.o \ e_nuron.o \ e_sureware.o \ e_ubsec.o \ + e_padlock.o \ e_capi.o \ $(ENGINES_ASM_OBJ) |