Module Name:    src
Committed By:   rillig
Date:           Fri Apr 15 23:21:33 UTC 2022

Modified Files:
        src/crypto/external/bsd/openssl/lib/libcrypto: Makefile

Log Message:
libcrypto: remove lint hack for __int128

That hack was added in March 2018, a few months before lint could handle
int128_t in September 2018.


To generate a diff of this commit:
cvs rdiff -u -r1.21 -r1.22 \
    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.21 src/crypto/external/bsd/openssl/lib/libcrypto/Makefile:1.22
--- src/crypto/external/bsd/openssl/lib/libcrypto/Makefile:1.21	Fri Apr 15 22:26:36 2022
+++ src/crypto/external/bsd/openssl/lib/libcrypto/Makefile	Fri Apr 15 23:21:33 2022
@@ -1,4 +1,4 @@
-#	$NetBSD: Makefile,v 1.21 2022/04/15 22:26:36 rillig Exp $
+#	$NetBSD: Makefile,v 1.22 2022/04/15 23:21:33 rillig Exp $
 
 # RCSid:
 #	Id: Makefile,v 1.33 1998/11/11 11:53:53 sjg Exp
@@ -31,9 +31,6 @@ CWARNFLAGS.clang+=	-Wno-empty-body -Wno-
 # XXX: This warning seems to trigger incorrectly
 CWARNFLAGS.clang+=	-Wno-atomic-alignment
 
-# XXX Not yet.
-LINTFLAGS+=-D__int128='long long'
-
 LINTFLAGS+=	-X 161	# constant in conditional context
 LINTFLAGS+=	-X 129	# expression has null effect
 LINTFLAGS+=	-X 117	# bitwise '>>' on signed value possibly nonportable

Reply via email to