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 alpha
details: https://anonhg.NetBSD.org/src/rev/4564195abf93
branches: trunk
changeset: 374839:4564195abf93
user: christos <christos%NetBSD.org@localhost>
date: Sat May 13 18:59:36 2023 +0000
description:
fix alpha
diffstat:
crypto/external/bsd/openssl/lib/libcrypto/arch/alpha/ec.inc | 5 +++++
crypto/external/bsd/openssl/lib/libcrypto/ec.inc | 4 +++-
2 files changed, 8 insertions(+), 1 deletions(-)
diffs (29 lines):
diff -r 55c1d28ff28d -r 4564195abf93 crypto/external/bsd/openssl/lib/libcrypto/arch/alpha/ec.inc
--- /dev/null Thu Jan 01 00:00:00 1970 +0000
+++ b/crypto/external/bsd/openssl/lib/libcrypto/arch/alpha/ec.inc Sat May 13 18:59:36 2023 +0000
@@ -0,0 +1,5 @@
+# $NetBSD: ec.inc,v 1.1 2023/05/13 18:59:36 christos Exp $
+ECNI=yes
+ECNONISTZ=yes
+
+.include "../../ec.inc"
diff -r 55c1d28ff28d -r 4564195abf93 crypto/external/bsd/openssl/lib/libcrypto/ec.inc
--- a/crypto/external/bsd/openssl/lib/libcrypto/ec.inc Sat May 13 17:54:34 2023 +0000
+++ b/crypto/external/bsd/openssl/lib/libcrypto/ec.inc Sat May 13 18:59:36 2023 +0000
@@ -1,4 +1,4 @@
-# $NetBSD: ec.inc,v 1.11 2023/05/11 20:08:59 christos Exp $
+# $NetBSD: ec.inc,v 1.12 2023/05/13 18:59:36 christos Exp $
.PATH: ${OPENSSLSRC}/crypto/ec
@@ -36,8 +36,10 @@ ecx_key.c \
ecx_meth.c \
.if defined(ECNI)
+.if !defined(ECNONISTZ)
COPTS.ecp_nistz256.c+=-Wno-error=stack-protector
EC_SRCS+= ecp_nistz256.c
+.endif
.if empty(ECCPPFLAGS:M*OPENSSL_NO_EC_NISTP_64_GCC_128*)
EC_SRCS+= ecp_nistp224.c ecp_nistp256.c ecp_nistp521.c ecp_nistputil.c
.endif
Home |
Main Index |
Thread Index |
Old Index