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 fix sparc64



details:   https://anonhg.NetBSD.org/src/rev/5e2335cef9e6
branches:  trunk
changeset: 374761:5e2335cef9e6
user:      christos <christos%NetBSD.org@localhost>
date:      Thu May 11 15:26:13 2023 +0000

description:
fix sparc64

diffstat:

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

diffs (19 lines):

diff -r b0eb988b6ca1 -r 5e2335cef9e6 crypto/external/bsd/openssl/lib/libcrypto/ec.inc
--- a/crypto/external/bsd/openssl/lib/libcrypto/ec.inc  Thu May 11 14:36:11 2023 +0000
+++ b/crypto/external/bsd/openssl/lib/libcrypto/ec.inc  Thu May 11 15:26:13 2023 +0000
@@ -1,4 +1,4 @@
-#      $NetBSD: ec.inc,v 1.9 2023/05/11 14:36:11 christos Exp $
+#      $NetBSD: ec.inc,v 1.10 2023/05/11 15:26:13 christos Exp $
 
 .PATH: ${OPENSSLSRC}/crypto/ec
 
@@ -37,7 +37,8 @@ ecx_meth.c \
 
 .if defined(ECNI)
 COPTS.ecp_nistz256.c+=-Wno-error=stack-protector
-EC_SRCS+= ecp_nistz256.c ecp_nistp224.c ecp_nistp521.c ecp_nistputil.c
+EC_SRCS+= ecp_nistz256.c
+EC_SRCS+= ecp_nistp224.c ecp_nistp256.c ecp_nistp521.c ecp_nistputil.c
 .endif
 
 SRCS += ${EC_SRCS}



Home | Main Index | Thread Index | Old Index