Module Name: src Committed By: christos Date: Wed Feb 8 12:26:32 UTC 2023
Modified Files: src/crypto/external/bsd/openssl/lib/libcrypto: bn.inc Log Message: add one more file. To generate a diff of this commit: cvs rdiff -u -r1.6 -r1.7 src/crypto/external/bsd/openssl/lib/libcrypto/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.6 src/crypto/external/bsd/openssl/lib/libcrypto/bn.inc:1.7 --- src/crypto/external/bsd/openssl/lib/libcrypto/bn.inc:1.6 Sun Aug 15 09:32:43 2021 +++ src/crypto/external/bsd/openssl/lib/libcrypto/bn.inc Wed Feb 8 07:26:32 2023 @@ -1,4 +1,4 @@ -# $NetBSD: bn.inc,v 1.6 2021/08/15 13:32:43 rillig Exp $ +# $NetBSD: bn.inc,v 1.7 2023/02/08 12:26:32 christos Exp $ # # @(#) Copyright (c) 1995 Simon J. Gerraty # @@ -40,7 +40,8 @@ bn_sqrt.c \ bn_srp.c \ bn_word.c \ bn_x931p.c \ -rsaz_exp.c +rsaz_exp.c \ +rsa_sup_mul.c SRCS += ${BN_SRCS}