Revert to the upstream version

This commit is contained in:
christos 2020-06-21 22:17:35 +00:00
parent 89e0a7cfa4
commit f67c3d4d13
1 changed files with 0 additions and 2 deletions

View File

@ -685,7 +685,6 @@ void gcm_ghash_v8(u64 Xi[2], const u128 Htable[16], const u8 *inp,
# 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_init_vis3(u128 Htable[16], const u64 Xi[2]);
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