From b9f1b83a79242fcd35cf928c331ff7a0d08908a5 Mon Sep 17 00:00:00 2001 From: Brent Cook Date: Sat, 20 Jun 2015 10:40:04 -0500 Subject: update for mdc2 removal --- crypto/Makefile.am | 5 ----- libtls-standalone/VERSION | 2 +- tests/Makefile.am | 5 ----- update.sh | 2 +- 4 files changed, 2 insertions(+), 12 deletions(-) diff --git a/crypto/Makefile.am b/crypto/Makefile.am index b996488..16efe88 100644 --- a/crypto/Makefile.am +++ b/crypto/Makefile.am @@ -480,7 +480,6 @@ libcrypto_la_SOURCES += evp/m_gost2814789.c libcrypto_la_SOURCES += evp/m_gostr341194.c libcrypto_la_SOURCES += evp/m_md4.c libcrypto_la_SOURCES += evp/m_md5.c -libcrypto_la_SOURCES += evp/m_mdc2.c libcrypto_la_SOURCES += evp/m_null.c libcrypto_la_SOURCES += evp/m_ripemd.c libcrypto_la_SOURCES += evp/m_sha.c @@ -552,10 +551,6 @@ libcrypto_la_SOURCES += md5/md5_dgst.c libcrypto_la_SOURCES += md5/md5_one.c noinst_HEADERS += md5/md5_locl.h -# mdc2 -libcrypto_la_SOURCES += mdc2/mdc2_one.c -libcrypto_la_SOURCES += mdc2/mdc2dgst.c - # modes libcrypto_la_SOURCES += modes/cbc128.c libcrypto_la_SOURCES += modes/ccm128.c diff --git a/libtls-standalone/VERSION b/libtls-standalone/VERSION index fd2a018..fcdb2e1 100644 --- a/libtls-standalone/VERSION +++ b/libtls-standalone/VERSION @@ -1 +1 @@ -3.1.0 +4.0.0 diff --git a/tests/Makefile.am b/tests/Makefile.am index 66ace5e..e748912 100644 --- a/tests/Makefile.am +++ b/tests/Makefile.am @@ -183,11 +183,6 @@ TESTS += md5test check_PROGRAMS += md5test md5test_SOURCES = md5test.c -# mdc2test -TESTS += mdc2test -check_PROGRAMS += mdc2test -mdc2test_SOURCES = mdc2test.c - # mont TESTS += mont check_PROGRAMS += mont diff --git a/update.sh b/update.sh index 48acf84..237939c 100755 --- a/update.sh +++ b/update.sh @@ -113,7 +113,7 @@ copy_hdrs crypto "stack/stack.h lhash/lhash.h stack/safestack.h aes/aes.h modes/modes.h asn1/asn1t.h dso/dso.h bf/blowfish.h bio/bio.h cast/cast.h cmac/cmac.h conf/conf_api.h des/des.h dh/dh.h dsa/dsa.h cms/cms.h engine/engine.h ui/ui.h pkcs12/pkcs12.h ts/ts.h - md4/md4.h ripemd/ripemd.h whrlpool/whrlpool.h idea/idea.h mdc2/mdc2.h + md4/md4.h ripemd/ripemd.h whrlpool/whrlpool.h idea/idea.h rc2/rc2.h rc4/rc4.h ui/ui_compat.h txt_db/txt_db.h chacha/chacha.h evp/evp.h poly1305/poly1305.h camellia/camellia.h gost/gost.h" -- cgit v1.2.3-55-g6feb