Module Name:    src
Committed By:   christos
Date:           Thu Oct  5 18:01:00 UTC 2017

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

Log Message:
fix lint build.


To generate a diff of this commit:
cvs rdiff -u -r1.2 -r1.3 \
    src/crypto/external/bsd/openssl/dist/crypto/arm_arch.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/crypto/arm_arch.h
diff -u src/crypto/external/bsd/openssl/dist/crypto/arm_arch.h:1.2 src/crypto/external/bsd/openssl/dist/crypto/arm_arch.h:1.3
--- src/crypto/external/bsd/openssl/dist/crypto/arm_arch.h:1.2	Tue Mar 10 09:28:08 2015
+++ src/crypto/external/bsd/openssl/dist/crypto/arm_arch.h	Thu Oct  5 14:01:00 2017
@@ -9,7 +9,7 @@
 #   else
 #    define __ARMEL__
 #   endif
-#  elif defined(__GNUC__)
+#  elif defined(__GNUC__) || defined(__lint__)
 #   if   defined(__aarch64__)
 #    define __ARM_ARCH__ 8
 #    if __BYTE_ORDER__==__ORDER_BIG_ENDIAN__

Reply via email to