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 Avoid ssp error on...
details: https://anonhg.NetBSD.org/src/rev/ae7a2d4d5d0e
branches: trunk
changeset: 359644:ae7a2d4d5d0e
user: christos <christos%NetBSD.org@localhost>
date: Sun Feb 18 23:41:44 2018 +0000
description:
Avoid ssp error on sparc64
diffstat:
crypto/external/bsd/openssl/lib/libcrypto/ec.inc | 4 +++-
1 files changed, 3 insertions(+), 1 deletions(-)
diffs (18 lines):
diff -r 53e3a4e2099e -r ae7a2d4d5d0e crypto/external/bsd/openssl/lib/libcrypto/ec.inc
--- a/crypto/external/bsd/openssl/lib/libcrypto/ec.inc Sun Feb 18 23:38:47 2018 +0000
+++ b/crypto/external/bsd/openssl/lib/libcrypto/ec.inc Sun Feb 18 23:41:44 2018 +0000
@@ -1,4 +1,4 @@
-# $NetBSD: ec.inc,v 1.4 2018/02/08 21:57:24 christos Exp $
+# $NetBSD: ec.inc,v 1.5 2018/02/18 23:41:44 christos Exp $
#
# @(#) Copyright (c) 1995 Simon J. Gerraty
#
@@ -45,6 +45,8 @@
SRCS += ${EC_SRCS}
+COPTS.ecp_nistz256.c+=-Wno-error=stack-protector
+
.for cryptosrc in ${EC_SRCS}
CPPFLAGS.${cryptosrc} = -I${OPENSSLSRC}/crypto/ec
.endfor
Home |
Main Index |
Thread Index |
Old Index