diff options
author | Ben Laurie <ben@openssl.org> | 2011-12-13 15:56:40 +0000 |
---|---|---|
committer | Ben Laurie <ben@openssl.org> | 2011-12-13 15:56:40 +0000 |
commit | b9ef708e408ebd6ebb248d679efe416c46fb3f51 (patch) | |
tree | 008bdd6d24166214e43ccc1c5ac23d683ec51f12 /engines | |
parent | e166891e0dee83375ca1d3d6bc5c45207b556839 (diff) | |
download | openssl-new-b9ef708e408ebd6ebb248d679efe416c46fb3f51.tar.gz |
Padlock engine doesn't build (the asm parts are not built for some reason),
so remove for now.
Diffstat (limited to 'engines')
-rw-r--r-- | engines/Makefile | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/engines/Makefile b/engines/Makefile index 786716c11b..4a2969e93d 100644 --- a/engines/Makefile +++ b/engines/Makefile @@ -51,7 +51,6 @@ LIBOBJ= e_4758cca.o \ e_nuron.o \ e_sureware.o \ e_ubsec.o \ - e_padlock.o \ e_capi.o \ $(ENGINES_ASM_OBJ) |