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/libcrypto Remove debugging a...



details:   https://anonhg.NetBSD.org/src/rev/343e00f0407a
branches:  trunk
changeset: 836120:343e00f0407a
user:      christos <christos%NetBSD.org@localhost>
date:      Thu Sep 27 18:18:53 2018 +0000

description:
Remove debugging accidentally left in! Noticed by Tobias Ulmer

diffstat:

 crypto/external/bsd/openssl/lib/libcrypto/Makefile |  4 ++--
 1 files changed, 2 insertions(+), 2 deletions(-)

diffs (18 lines):

diff -r 2f1f194f8ee2 -r 343e00f0407a crypto/external/bsd/openssl/lib/libcrypto/Makefile
--- a/crypto/external/bsd/openssl/lib/libcrypto/Makefile        Thu Sep 27 17:34:28 2018 +0000
+++ b/crypto/external/bsd/openssl/lib/libcrypto/Makefile        Thu Sep 27 18:18:53 2018 +0000
@@ -1,4 +1,4 @@
-#      $NetBSD: Makefile,v 1.17 2018/09/23 13:33:04 christos Exp $
+#      $NetBSD: Makefile,v 1.18 2018/09/27 18:18:53 christos Exp $
 
 # RCSid:
 #      Id: Makefile,v 1.33 1998/11/11 11:53:53 sjg Exp
@@ -20,7 +20,7 @@
 USE_FORT?= yes # cryptographic software
 USE_SHLIBDIR=  yes
 USE_FIPS=      no
-DBG=-g
+#DBG=-g
 
 .include <bsd.own.mk>
 .include <bsd.shlib.mk>



Home | Main Index | Thread Index | Old Index