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 libcrypto: remove ...



details:   https://anonhg.NetBSD.org/src/rev/e9f7fdf1ed9d
branches:  trunk
changeset: 365236:e9f7fdf1ed9d
user:      rillig <rillig%NetBSD.org@localhost>
date:      Fri Apr 15 23:21:33 2022 +0000

description:
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.

diffstat:

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

diffs (19 lines):

diff -r e3618a186ad5 -r e9f7fdf1ed9d crypto/external/bsd/openssl/lib/libcrypto/Makefile
--- a/crypto/external/bsd/openssl/lib/libcrypto/Makefile        Fri Apr 15 22:26:36 2022 +0000
+++ b/crypto/external/bsd/openssl/lib/libcrypto/Makefile        Fri Apr 15 23:21:33 2022 +0000
@@ -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 @@
 # 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



Home | Main Index | Thread Index | Old Index