Module Name:    src
Committed By:   christos
Date:           Mon Jul 16 00:47:54 UTC 2018

Modified Files:
        src/crypto/external/bsd/openssl/dist: e_os.h

Log Message:
limit the aarch64 hack to clang.


To generate a diff of this commit:
cvs rdiff -u -r1.8 -r1.9 src/crypto/external/bsd/openssl/dist/e_os.h

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/dist/e_os.h
diff -u src/crypto/external/bsd/openssl/dist/e_os.h:1.8 src/crypto/external/bsd/openssl/dist/e_os.h:1.9
--- src/crypto/external/bsd/openssl/dist/e_os.h:1.8	Wed Mar  7 11:06:57 2018
+++ src/crypto/external/bsd/openssl/dist/e_os.h	Sun Jul 15 20:47:54 2018
@@ -32,7 +32,7 @@ extern "C" {
 /*
  * BIO_printf format modifier for [u]int64_t.
  */
-# if !defined(__aarch64__) && (defined(__LP64__) || \
+# if !(defined(__aarch64__) && defined(__clang__)) && (defined(__LP64__) || \
      (defined(__SIZEOF_LONG__) && __SIZEOF_LONG__ == 8))
 #  define BIO_PRI64 "l"     /* 'll' does work "universally", but 'l' is
                              * here to shut -Wformat warnings in LP64... */

Reply via email to