Module Name: src Committed By: christos Date: Fri Feb 9 13:35:45 UTC 2018
Modified Files: src/crypto/external/bsd/openssl/lib/libcrypto: bn.inc src/crypto/external/bsd/openssl/lib/libcrypto/arch/i386: bn.inc Log Message: i386 provides "partial words" assembly support. To generate a diff of this commit: cvs rdiff -u -r1.4 -r1.5 src/crypto/external/bsd/openssl/lib/libcrypto/bn.inc cvs rdiff -u -r1.2 -r1.3 \ src/crypto/external/bsd/openssl/lib/libcrypto/arch/i386/bn.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/bn.inc diff -u src/crypto/external/bsd/openssl/lib/libcrypto/bn.inc:1.4 src/crypto/external/bsd/openssl/lib/libcrypto/bn.inc:1.5 --- src/crypto/external/bsd/openssl/lib/libcrypto/bn.inc:1.4 Thu Feb 8 16:57:24 2018 +++ src/crypto/external/bsd/openssl/lib/libcrypto/bn.inc Fri Feb 9 08:35:45 2018 @@ -1,4 +1,4 @@ -# $NetBSD: bn.inc,v 1.4 2018/02/08 21:57:24 christos Exp $ +# $NetBSD: bn.inc,v 1.5 2018/02/09 13:35:45 christos Exp $ # # @(#) Copyright (c) 1995 Simon J. Gerraty # @@ -45,5 +45,5 @@ rsaz_exp.c SRCS += ${BN_SRCS} .for cryptosrc in ${BN_SRCS} -CPPFLAGS.${cryptosrc} = -I${OPENSSLSRC}/crypto/bn +CPPFLAGS.${cryptosrc} = -I${OPENSSLSRC}/crypto/bn ${BNCPPFLAGS} .endfor Index: src/crypto/external/bsd/openssl/lib/libcrypto/arch/i386/bn.inc diff -u src/crypto/external/bsd/openssl/lib/libcrypto/arch/i386/bn.inc:1.2 src/crypto/external/bsd/openssl/lib/libcrypto/arch/i386/bn.inc:1.3 --- src/crypto/external/bsd/openssl/lib/libcrypto/arch/i386/bn.inc:1.2 Thu Feb 8 18:32:38 2018 +++ src/crypto/external/bsd/openssl/lib/libcrypto/arch/i386/bn.inc Fri Feb 9 08:35:45 2018 @@ -1,3 +1,4 @@ .PATH.S: ${.PARSEDIR} BN_SRCS = bn-586.S .include "../../bn.inc" +BNCPPFLAGS+= -DOPENSSL_BN_ASM_PART_WORDS