Source-Changes-HG archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

[src/trunk]: src/tests/crypto/libcrypto MKCRYPTO_{IDEA, MDC2} is no more



details:   https://anonhg.NetBSD.org/src/rev/c245828a9c9b
branches:  trunk
changeset: 780166:c245828a9c9b
user:      christos <christos%NetBSD.org@localhost>
date:      Sat Jul 14 04:06:17 2012 +0000

description:
MKCRYPTO_{IDEA,MDC2} is no more

diffstat:

 tests/crypto/libcrypto/Makefile      |  10 +++-------
 tests/crypto/libcrypto/idea/Makefile |   9 ++-------
 tests/crypto/libcrypto/mdc2/Makefile |   9 ++-------
 3 files changed, 7 insertions(+), 21 deletions(-)

diffs (67 lines):

diff -r fa7e2621ace5 -r c245828a9c9b tests/crypto/libcrypto/Makefile
--- a/tests/crypto/libcrypto/Makefile   Sat Jul 14 04:03:44 2012 +0000
+++ b/tests/crypto/libcrypto/Makefile   Sat Jul 14 04:06:17 2012 +0000
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.8 2011/10/22 21:13:25 mrg Exp $
+# $NetBSD: Makefile,v 1.9 2012/07/14 04:06:17 christos Exp $
 
 .include <bsd.own.mk>
 
@@ -7,15 +7,11 @@
 SUBDIR+=bf bn cast conf des dh dsa ec ecdh ecdsa engine evp hmac lhash \
        md2 md4 md5 rand rc2 rc4 ripemd rsa sha sha1 srp threads x509v3
 
-.if ${MKCRYPTO_IDEA} != "no"
-SUBDIR+=idea
-.endif
+SUBDIR+=idea mdc2
+
 .if ${MKCRYPTO_RC5} != "no"
 SUBDIR+=rc5
 .endif
-.if ${MKCRYPTO_MDC2} != "no"
-SUBDIR+=mdc2
-.endif
 
 TESTSDIR=      ${TESTSBASE}/crypto/libcrypto
 
diff -r fa7e2621ace5 -r c245828a9c9b tests/crypto/libcrypto/idea/Makefile
--- a/tests/crypto/libcrypto/idea/Makefile      Sat Jul 14 04:03:44 2012 +0000
+++ b/tests/crypto/libcrypto/idea/Makefile      Sat Jul 14 04:06:17 2012 +0000
@@ -1,14 +1,9 @@
-# $NetBSD: Makefile,v 1.3 2011/07/05 10:03:09 spz Exp $
+# $NetBSD: Makefile,v 1.4 2012/07/14 04:06:17 christos Exp $
 
 HELPER_NAME=   ideatest
 HELPER_DIR=    idea
 
 .include <bsd.init.mk>
 
-.if ${MKCRYPTO_IDEA} != "no"
-LDADD= -lcrypto_idea -lcrypto
-.else
-CPPFLAGS+= -DOPENSSL_NO_IDEA
-.endif
-
+LDADD= -lcrypto
 LDADD+=                -Wl,--no-fatal-warnings
diff -r fa7e2621ace5 -r c245828a9c9b tests/crypto/libcrypto/mdc2/Makefile
--- a/tests/crypto/libcrypto/mdc2/Makefile      Sat Jul 14 04:03:44 2012 +0000
+++ b/tests/crypto/libcrypto/mdc2/Makefile      Sat Jul 14 04:06:17 2012 +0000
@@ -1,14 +1,9 @@
-# $NetBSD: Makefile,v 1.3 2011/07/05 10:03:10 spz Exp $
+# $NetBSD: Makefile,v 1.4 2012/07/14 04:06:17 christos Exp $
 
 HELPER_NAME=   mdc2test
 HELPER_DIR=    mdc2
 
 .include <bsd.init.mk>
 
-.if ${MKCRYPTO_MDC2} != "no"
-LDADD= -lcrypto_mdc2 -lcrypto
-.else
-CPPFLAGS+= -DOPENSSL_NO_MDC2
-.endif
-
+LDADD= -lcrypto
 LDADD+=         -Wl,--no-fatal-warnings



Home | Main Index | Thread Index | Old Index