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/modes Revert to the ...



details:   https://anonhg.NetBSD.org/src/rev/f6c87f0750fe
branches:  trunk
changeset: 934992:f6c87f0750fe
user:      christos <christos%NetBSD.org@localhost>
date:      Sun Jun 21 22:17:35 2020 +0000

description:
Revert to the upstream version

diffstat:

 crypto/external/bsd/openssl/dist/crypto/modes/gcm128.c |  2 --
 1 files changed, 0 insertions(+), 2 deletions(-)

diffs (19 lines):

diff -r 6ee8a3cffc97 -r f6c87f0750fe crypto/external/bsd/openssl/dist/crypto/modes/gcm128.c
--- a/crypto/external/bsd/openssl/dist/crypto/modes/gcm128.c    Sun Jun 21 22:16:53 2020 +0000
+++ b/crypto/external/bsd/openssl/dist/crypto/modes/gcm128.c    Sun Jun 21 22:17:35 2020 +0000
@@ -685,7 +685,6 @@
 #  endif
 # elif defined(__sparc__) || defined(__sparc)
 #  include "sparc_arch.h"
-#  if defined(__arch64__)
 #   define GHASH_ASM_SPARC
 #   define GCM_FUNCREF_4BIT
 extern unsigned int OPENSSL_sparcv9cap_P[];
@@ -693,7 +692,6 @@
 void gcm_gmult_vis3(u64 Xi[2], const u128 Htable[16]);
 void gcm_ghash_vis3(u64 Xi[2], const u128 Htable[16], const u8 *inp,
                     size_t len);
-#  endif
 # elif defined(OPENSSL_CPUID_OBJ) && (defined(__powerpc__) || defined(__ppc__) || defined(_ARCH_PPC))
 #  include "ppc_arch.h"
 #  define GHASH_ASM_PPC



Home | Main Index | Thread Index | Old Index