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/lib/libcrypto/arch/i386 we don't...



details:   https://anonhg.NetBSD.org/src/rev/620ed2195517
branches:  trunk
changeset: 374775:620ed2195517
user:      christos <christos%NetBSD.org@localhost>
date:      Fri May 12 02:23:32 2023 +0000

description:
we don't have int128

diffstat:

 crypto/external/bsd/openssl/lib/libcrypto/arch/i386/ec.inc |  2 ++
 1 files changed, 2 insertions(+), 0 deletions(-)

diffs (11 lines):

diff -r e133295ca483 -r 620ed2195517 crypto/external/bsd/openssl/lib/libcrypto/arch/i386/ec.inc
--- a/crypto/external/bsd/openssl/lib/libcrypto/arch/i386/ec.inc        Thu May 11 23:11:25 2023 +0000
+++ b/crypto/external/bsd/openssl/lib/libcrypto/arch/i386/ec.inc        Fri May 12 02:23:32 2023 +0000
@@ -2,5 +2,7 @@
 EC_SRCS += \
 ecp_nistz256-x86.S 
 
+ECCPPFLAGS+= -DX25519_ASM -DOPENSSL_NO_EC_NISTP_64_GCC_128
+
 ECNI = yes
 .include "../../ec.inc"



Home | Main Index | Thread Index | Old Index