Source-Changes-HG archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
[src/trunk]: src/crypto/external/bsd/openssl/lib remove unneeded libraries
details: https://anonhg.NetBSD.org/src/rev/9f1be8d61f23
branches: trunk
changeset: 780087:9f1be8d61f23
user: christos <christos%NetBSD.org@localhost>
date: Wed Jul 11 18:50:23 2012 +0000
description:
remove unneeded libraries
diffstat:
crypto/external/bsd/openssl/lib/Makefile | 10 +--
crypto/external/bsd/openssl/lib/libcrypto_idea/Makefile | 42 ------------
crypto/external/bsd/openssl/lib/libcrypto_idea/shlib_version | 5 -
crypto/external/bsd/openssl/lib/libcrypto_mdc2/Makefile | 42 ------------
crypto/external/bsd/openssl/lib/libcrypto_mdc2/shlib_version | 5 -
5 files changed, 1 insertions(+), 103 deletions(-)
diffs (134 lines):
diff -r 310a11ebc9a3 -r 9f1be8d61f23 crypto/external/bsd/openssl/lib/Makefile
--- a/crypto/external/bsd/openssl/lib/Makefile Wed Jul 11 18:48:27 2012 +0000
+++ b/crypto/external/bsd/openssl/lib/Makefile Wed Jul 11 18:50:23 2012 +0000
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.1 2009/07/19 23:30:42 christos Exp $
+# $NetBSD: Makefile,v 1.2 2012/07/11 18:50:23 christos Exp $
.include "bsd.own.mk"
@@ -7,14 +7,6 @@
# OpenSSL libraries.
SUBDIR= libcrypto libdes
-.if (${MKCRYPTO_IDEA} != "no")
-SUBDIR+= libcrypto_idea
-.endif # MKCRYPTO_IDEA != no
-
-.if (${MKCRYPTO_MDC2} != "no")
-SUBDIR+= libcrypto_mdc2
-.endif # MKCRYPTO_MDC2 != no
-
.if (${MKCRYPTO_RC5} != "no")
SUBDIR+= libcrypto_rc5
.endif # MKCRYPTO_RC5 != no
diff -r 310a11ebc9a3 -r 9f1be8d61f23 crypto/external/bsd/openssl/lib/libcrypto_idea/Makefile
--- a/crypto/external/bsd/openssl/lib/libcrypto_idea/Makefile Wed Jul 11 18:48:27 2012 +0000
+++ /dev/null Thu Jan 01 00:00:00 1970 +0000
@@ -1,42 +0,0 @@
-# $NetBSD: Makefile,v 1.3 2012/07/10 18:59:21 christos Exp $
-
-# RCSid:
-# Id: Makefile,v 1.33 1998/11/11 11:53:53 sjg Exp
-#
-# @(#) Copyright (c) 1994 Simon J. Gerraty
-#
-# This file is provided in the hope that it will
-# be of use. There is absolutely NO WARRANTY.
-# Permission to copy, redistribute or otherwise
-# use this file is hereby granted provided that
-# the above copyright notice and this notice are
-# left intact.
-#
-# Please send copies of changes and bug-fixes to:
-# sjg%quick.com.au@localhost
-#
-
-#NOPIC= # defined
-#NOPROFILE= # defined
-#NOLINT= # defined
-
-.include <bsd.own.mk>
-
-# XXX There's a bit of work to do before we can enable warnings.
-WARNS= 0
-
-LIB= crypto_idea
-CPPFLAGS+= -Dlib${LIB} -I. -I${OPENSSLSRC}/crypto -I${OPENSSLSRC}
-
-CRYPTODIST= ${NETBSDSRCDIR}/crypto
-
-.include "${NETBSDSRCDIR}/crypto/Makefile.openssl"
-
-.PATH: ${OPENSSLSRC} ${OPENSSLSRC}/crypto/idea ${OPENSSLSRC}/crypto/evp
-
-CPPFLAGS+= -I${OPENSSLSRC}/crypto/idea
-SRCS+= i_cbc.c i_skey.c e_idea.c c_allc.c
-
-AFLAGS+= -DELF
-
-.include <bsd.lib.mk>
diff -r 310a11ebc9a3 -r 9f1be8d61f23 crypto/external/bsd/openssl/lib/libcrypto_idea/shlib_version
--- a/crypto/external/bsd/openssl/lib/libcrypto_idea/shlib_version Wed Jul 11 18:48:27 2012 +0000
+++ /dev/null Thu Jan 01 00:00:00 1970 +0000
@@ -1,5 +0,0 @@
-# $NetBSD: shlib_version,v 1.1 2012/07/10 18:59:21 christos Exp $
-# Remember to update distrib/sets/lists/base/shl.* when changing
-#
-major=7
-minor=0
diff -r 310a11ebc9a3 -r 9f1be8d61f23 crypto/external/bsd/openssl/lib/libcrypto_mdc2/Makefile
--- a/crypto/external/bsd/openssl/lib/libcrypto_mdc2/Makefile Wed Jul 11 18:48:27 2012 +0000
+++ /dev/null Thu Jan 01 00:00:00 1970 +0000
@@ -1,42 +0,0 @@
-# $NetBSD: Makefile,v 1.3 2012/07/10 18:59:22 christos Exp $
-
-# RCSid:
-# Id: Makefile,v 1.33 1998/11/11 11:53:53 sjg Exp
-#
-# @(#) Copyright (c) 1994 Simon J. Gerraty
-#
-# This file is provided in the hope that it will
-# be of use. There is absolutely NO WARRANTY.
-# Permission to copy, redistribute or otherwise
-# use this file is hereby granted provided that
-# the above copyright notice and this notice are
-# left intact.
-#
-# Please send copies of changes and bug-fixes to:
-# sjg%quick.com.au@localhost
-#
-
-#NOPIC= # defined
-#NOPROFILE= # defined
-#NOLINT= # defined
-
-.include <bsd.own.mk>
-
-# XXX There's a bit of work to do before we can enable warnings.
-WARNS= 0
-
-LIB= crypto_mdc2
-CPPFLAGS+= -Dlib${LIB} -I. -I${OPENSSLSRC}/crypto -I${OPENSSLSRC}
-
-CRYPTODIST= ${NETBSDSRCDIR}/crypto
-
-.include "${NETBSDSRCDIR}/crypto/Makefile.openssl"
-
-.PATH: ${OPENSSLSRC} ${OPENSSLSRC}/crypto/mdc2 ${OPENSSLSRC}/crypto/evp
-
-CPPFLAGS+= -I${OPENSSLSRC}/crypto/mdc2
-SRCS+= mdc2dgst.c
-
-AFLAGS+= -DELF
-
-.include <bsd.lib.mk>
diff -r 310a11ebc9a3 -r 9f1be8d61f23 crypto/external/bsd/openssl/lib/libcrypto_mdc2/shlib_version
--- a/crypto/external/bsd/openssl/lib/libcrypto_mdc2/shlib_version Wed Jul 11 18:48:27 2012 +0000
+++ /dev/null Thu Jan 01 00:00:00 1970 +0000
@@ -1,5 +0,0 @@
-# $NetBSD: shlib_version,v 1.1 2012/07/10 18:59:22 christos Exp $
-# Remember to update distrib/sets/lists/base/shl.* when changing
-#
-major=7
-minor=0
Home |
Main Index |
Thread Index |
Old Index