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/libssl Remove unused part of...



details:   https://anonhg.NetBSD.org/src/rev/5688496661b3
branches:  trunk
changeset: 830246:5688496661b3
user:      christos <christos%NetBSD.org@localhost>
date:      Fri Mar 02 13:26:40 2018 +0000

description:
Remove unused part of the Makefile (Muhammed.Shameem)

diffstat:

 crypto/external/bsd/openssl/lib/libssl/Makefile |  13 +------------
 1 files changed, 1 insertions(+), 12 deletions(-)

diffs (27 lines):

diff -r e40ab9c2b1a7 -r 5688496661b3 crypto/external/bsd/openssl/lib/libssl/Makefile
--- a/crypto/external/bsd/openssl/lib/libssl/Makefile   Fri Mar 02 10:21:01 2018 +0000
+++ b/crypto/external/bsd/openssl/lib/libssl/Makefile   Fri Mar 02 13:26:40 2018 +0000
@@ -1,4 +1,4 @@
-#      $NetBSD: Makefile,v 1.8 2018/02/08 22:51:06 christos Exp $
+#      $NetBSD: Makefile,v 1.9 2018/03/02 13:26:40 christos Exp $
 
 # RCSid:
 #      Id: Makefile,v 1.33 1998/11/11 11:53:53 sjg Exp
@@ -43,17 +43,6 @@
 INCS=  dtls1.h ssl.h ssl2.h ssl3.h tls1.h srtp.h async.h
 INCSDIR=/usr/include/openssl
 
-# this rebuilds the `srcs.inc' and the .inc files it reads.
-# note that we have no idea, rc5 or rsa here so we include
-# them explicitly above if we are using these ciphers.
-# XXX
-# we patch `ssl.inc' as we need to be able to turn off SSLv2.
-update_inc:
-       (cd ${.CURDIR}; \
-       find ${OPENSSLSRC}/ssl -name Makefile | \
-               perl ${OPENSSLSRC}/extsrcs.pl 2> srcs.inc; \
-       patch -s ssl.inc < ssl.diff )
-
 LDFLAGS+=-Wl,--version-script=${.CURDIR}/ssl.map
 
 PKGCONFIG=libssl openssl



Home | Main Index | Thread Index | Old Index