Module Name:    src
Committed By:   christos
Date:           Sun Feb 18 23:41:45 UTC 2018

Modified Files:
        src/crypto/external/bsd/openssl/lib/libcrypto: ec.inc

Log Message:
Avoid ssp error on sparc64


To generate a diff of this commit:
cvs rdiff -u -r1.4 -r1.5 src/crypto/external/bsd/openssl/lib/libcrypto/ec.inc

Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.

Modified files:

Index: src/crypto/external/bsd/openssl/lib/libcrypto/ec.inc
diff -u src/crypto/external/bsd/openssl/lib/libcrypto/ec.inc:1.4 src/crypto/external/bsd/openssl/lib/libcrypto/ec.inc:1.5
--- src/crypto/external/bsd/openssl/lib/libcrypto/ec.inc:1.4	Thu Feb  8 16:57:24 2018
+++ src/crypto/external/bsd/openssl/lib/libcrypto/ec.inc	Sun Feb 18 18:41:44 2018
@@ -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 @@ ecx_meth.c
 
 SRCS += ${EC_SRCS}
 
+COPTS.ecp_nistz256.c+=-Wno-error=stack-protector
+
 .for cryptosrc in ${EC_SRCS}
 CPPFLAGS.${cryptosrc} = -I${OPENSSLSRC}/crypto/ec
 .endfor

Reply via email to