diff options
author | Rich Salz <rsalz@openssl.org> | 2015-02-03 00:46:01 +0100 |
---|---|---|
committer | Rich Salz <rsalz@openssl.org> | 2015-02-03 00:46:01 +0100 |
commit | 24956ca00f014a917fb181a8abc39b349f3f316f (patch) | |
tree | 44934190dce2001972a2c271cf6cc3a17283c394 /crypto/mdc2 | |
parent | Dead code: if 0 removal from crypto/evp and an unused file. (diff) | |
download | openssl-24956ca00f014a917fb181a8abc39b349f3f316f.tar.xz openssl-24956ca00f014a917fb181a8abc39b349f3f316f.zip |
Remove old DES API
Includes VMS fixes from Richard.
Includes Kurt's destest fixes (RT 1290).
Closes tickets 1290 and 1291
Reviewed-by: Kurt Roeckx <kurt@openssl.org>
Reviewed-by: Richard Levitte <levitte@openssl.org>
Diffstat (limited to 'crypto/mdc2')
-rw-r--r-- | crypto/mdc2/Makefile | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/crypto/mdc2/Makefile b/crypto/mdc2/Makefile index 141553149d..0e6697865a 100644 --- a/crypto/mdc2/Makefile +++ b/crypto/mdc2/Makefile @@ -76,7 +76,7 @@ clean: mdc2_one.o: ../../e_os.h ../../include/openssl/bio.h mdc2_one.o: ../../include/openssl/buffer.h ../../include/openssl/crypto.h -mdc2_one.o: ../../include/openssl/des.h ../../include/openssl/des_old.h +mdc2_one.o: ../../include/openssl/des.h mdc2_one.o: ../../include/openssl/e_os2.h ../../include/openssl/err.h mdc2_one.o: ../../include/openssl/lhash.h ../../include/openssl/mdc2.h mdc2_one.o: ../../include/openssl/opensslconf.h @@ -85,7 +85,7 @@ mdc2_one.o: ../../include/openssl/safestack.h ../../include/openssl/stack.h mdc2_one.o: ../../include/openssl/symhacks.h ../../include/openssl/ui.h mdc2_one.o: ../../include/openssl/ui_compat.h ../cryptlib.h mdc2_one.c mdc2dgst.o: ../../include/openssl/crypto.h ../../include/openssl/des.h -mdc2dgst.o: ../../include/openssl/des_old.h ../../include/openssl/e_os2.h +mdc2dgst.o: ../../include/openssl/e_os2.h mdc2dgst.o: ../../include/openssl/mdc2.h ../../include/openssl/opensslconf.h mdc2dgst.o: ../../include/openssl/opensslv.h ../../include/openssl/ossl_typ.h mdc2dgst.o: ../../include/openssl/safestack.h ../../include/openssl/stack.h |