diff options
author | Richard Levitte <levitte@openssl.org> | 2002-01-24 13:31:54 +0100 |
---|---|---|
committer | Richard Levitte <levitte@openssl.org> | 2002-01-24 13:31:54 +0100 |
commit | fe19c448f04389ce939b69cf69909da40aba7bc5 (patch) | |
tree | 145423366c044a9a8028c529e720f08eb09eb3fd /crypto/mdc2 | |
parent | Because of recent changes, there's no need to hack the des symbols any (diff) | |
download | openssl-fe19c448f04389ce939b69cf69909da40aba7bc5.tar.xz openssl-fe19c448f04389ce939b69cf69909da40aba7bc5.zip |
make update
libeay.num got tweaked so the old des symbols would retain their
positions.
Diffstat (limited to 'crypto/mdc2')
-rw-r--r-- | crypto/mdc2/Makefile.ssl | 14 |
1 files changed, 8 insertions, 6 deletions
diff --git a/crypto/mdc2/Makefile.ssl b/crypto/mdc2/Makefile.ssl index 58bdb0dd9c..5001de4191 100644 --- a/crypto/mdc2/Makefile.ssl +++ b/crypto/mdc2/Makefile.ssl @@ -81,12 +81,14 @@ 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/e_os2.h -mdc2_one.o: ../../include/openssl/err.h ../../include/openssl/lhash.h -mdc2_one.o: ../../include/openssl/mdc2.h ../../include/openssl/opensslconf.h +mdc2_one.o: ../../include/openssl/des.h ../../include/openssl/des_old.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 mdc2_one.o: ../../include/openssl/opensslv.h ../../include/openssl/safestack.h mdc2_one.o: ../../include/openssl/stack.h ../../include/openssl/symhacks.h mdc2_one.o: ../cryptlib.h mdc2_one.c -mdc2dgst.o: ../../include/openssl/des.h ../../include/openssl/e_os2.h -mdc2dgst.o: ../../include/openssl/mdc2.h ../../include/openssl/opensslconf.h -mdc2dgst.o: mdc2dgst.c +mdc2dgst.o: ../../include/openssl/des.h ../../include/openssl/des_old.h +mdc2dgst.o: ../../include/openssl/e_os2.h ../../include/openssl/mdc2.h +mdc2dgst.o: ../../include/openssl/opensslconf.h +mdc2dgst.o: ../../include/openssl/symhacks.h mdc2dgst.c |