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/crypto/evp reduce diff with...
details: https://anonhg.NetBSD.org/src/rev/1672421b21fd
branches: trunk
changeset: 970399:1672421b21fd
user: christos <christos%NetBSD.org@localhost>
date: Sun Mar 22 20:09:17 2020 +0000
description:
reduce diff with upstream.
diffstat:
crypto/external/bsd/openssl/dist/crypto/evp/e_aes.c | 4 ++--
1 files changed, 2 insertions(+), 2 deletions(-)
diffs (21 lines):
diff -r 6d743bacfda1 -r 1672421b21fd crypto/external/bsd/openssl/dist/crypto/evp/e_aes.c
--- a/crypto/external/bsd/openssl/dist/crypto/evp/e_aes.c Sun Mar 22 20:07:05 2020 +0000
+++ b/crypto/external/bsd/openssl/dist/crypto/evp/e_aes.c Sun Mar 22 20:09:17 2020 +0000
@@ -2551,7 +2551,7 @@
#if defined(OPENSSL_CPUID_OBJ) && defined(AES_ASM) && (defined(__arm__) || defined(__arm) || defined(__aarch64__))
# include "arm_arch.h"
-# if __ARM_MAX_ARCH__>= 7
+# if __ARM_MAX_ARCH__>=7
# if defined(BSAES_ASM)
# define BSAES_CAPABLE (OPENSSL_armcap_P & ARMV7_NEON)
# endif
@@ -2559,7 +2559,7 @@
# define VPAES_CAPABLE (OPENSSL_armcap_P & ARMV7_NEON)
# endif
# endif
-# if __ARM_MAX_ARCH__>= 8
+# if __ARM_MAX_ARCH__>=8
# define HWAES_CAPABLE (OPENSSL_armcap_P & ARMV8_AES)
# define HWAES_set_encrypt_key aes_v8_set_encrypt_key
# define HWAES_set_decrypt_key aes_v8_set_decrypt_key
Home |
Main Index |
Thread Index |
Old Index