Module Name: src
Committed By: christos
Date: Sun Mar 4 04:09:03 UTC 2018
Modified Files:
src/crypto/external/bsd/openssl/lib/libcrypto: Makefile
Log Message:
hack for lint
To generate a diff of this commit:
cvs rdiff -u -r1.14 -r1.15 \
src/crypto/external/bsd/openssl/lib/libcrypto/Makefile
Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.
Modified files:
Index: src/crypto/external/bsd/openssl/lib/libcrypto/Makefile
diff -u src/crypto/external/bsd/openssl/lib/libcrypto/Makefile:1.14 src/crypto/external/bsd/openssl/lib/libcrypto/Makefile:1.15
--- src/crypto/external/bsd/openssl/lib/libcrypto/Makefile:1.14 Thu Feb 8 17:48:55 2018
+++ src/crypto/external/bsd/openssl/lib/libcrypto/Makefile Sat Mar 3 23:09:03 2018
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.14 2018/02/08 22:48:55 christos Exp $
+# $NetBSD: Makefile,v 1.15 2018/03/04 04:09:03 christos Exp $
# RCSid:
# Id: Makefile,v 1.33 1998/11/11 11:53:53 sjg Exp
@@ -28,6 +28,9 @@ USE_FIPS= no
WARNS=0
CWARNFLAGS.clang+= -Wno-empty-body -Wno-unused-value -Wno-parentheses
+# XXX Not yet.
+LINTFLAGS+=-D__int128='long long'
+
CPPFLAGS+= -Dlib${LIB} -I. -I${OPENSSLSRC}/crypto -I${OPENSSLSRC}
CPPFLAGS+= -I${OPENSSLSRC}/include -I${OPENSSLSRC}/crypto/include
CPPFLAGS+= -I${OPENSSLSRC}/crypto/asn1 -I${OPENSSLSRC}/crypto/evp