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/dist Drop special case for clang...



details:   https://anonhg.NetBSD.org/src/rev/211eddc7d3b8
branches:  trunk
changeset: 324758:211eddc7d3b8
user:      joerg <joerg%NetBSD.org@localhost>
date:      Tue Jul 17 18:56:24 2018 +0000

description:
Drop special case for clang/aarch64.

diffstat:

 crypto/external/bsd/openssl/dist/e_os.h |  3 +--
 1 files changed, 1 insertions(+), 2 deletions(-)

diffs (13 lines):

diff -r e3d54ab33ee0 -r 211eddc7d3b8 crypto/external/bsd/openssl/dist/e_os.h
--- a/crypto/external/bsd/openssl/dist/e_os.h   Tue Jul 17 18:55:24 2018 +0000
+++ b/crypto/external/bsd/openssl/dist/e_os.h   Tue Jul 17 18:56:24 2018 +0000
@@ -32,8 +32,7 @@
 /*
  * BIO_printf format modifier for [u]int64_t.
  */
-# if !(defined(__aarch64__) && defined(__clang__)) && (defined(__LP64__) || \
-     (defined(__SIZEOF_LONG__) && __SIZEOF_LONG__ == 8))
+# if __SIZEOF_LONG__ - 0 == 8
 #  define BIO_PRI64 "l"     /* 'll' does work "universally", but 'l' is
                              * here to shut -Wformat warnings in LP64... */
 # else



Home | Main Index | Thread Index | Old Index