Module Name: src
Committed By: rillig
Date: Sun Jul 21 08:43:57 UTC 2024
Modified Files:
src/crypto/external/bsd/openssl/lib/libapps: Makefile
Log Message:
openssl: suppress lint warning about possible loss of bits
To generate a diff of this commit:
cvs rdiff -u -r1.6 -r1.7 src/crypto/external/bsd/openssl/lib/libapps/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/libapps/Makefile
diff -u src/crypto/external/bsd/openssl/lib/libapps/Makefile:1.6 src/crypto/external/bsd/openssl/lib/libapps/Makefile:1.7
--- src/crypto/external/bsd/openssl/lib/libapps/Makefile:1.6 Thu May 25 19:12:06 2023
+++ src/crypto/external/bsd/openssl/lib/libapps/Makefile Sun Jul 21 08:43:57 2024
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.6 2023/05/25 19:12:06 riastradh Exp $
+# $NetBSD: Makefile,v 1.7 2024/07/21 08:43:57 rillig Exp $
# RCSid:
# Id: Makefile,v 1.33 1998/11/11 11:53:53 sjg Exp
@@ -32,6 +32,7 @@ CPPFLAGS+= -I${OPENSSLSRC}/crypto/modes
CPPFLAGS+= -I${OPENSSLSRC}/../include
CPPFLAGS+= -I${OPENSSLSRC}/apps/lib
CPPFLAGS+= -I${OPENSSLSRC}/apps/include
+LINTFLAGS+= -X 309 # (unsigned int)0x80000000 & (unsigned long)x
CRYPTODIST= ${NETBSDSRCDIR}/crypto
OPENSSLINC= ${OPENSSLSRC}/include/openssl