Module Name: src
Committed By: christos
Date: Wed May 31 20:57:31 UTC 2023
Modified Files:
src/crypto/external/bsd/openssl/lib/libcrypto: bn.inc
Log Message:
fix the build
To generate a diff of this commit:
cvs rdiff -u -r1.9 -r1.10 \
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.9 src/crypto/external/bsd/openssl/lib/libcrypto/bn.inc:1.10
--- src/crypto/external/bsd/openssl/lib/libcrypto/bn.inc:1.9 Sat May 6 13:07:22 2023
+++ src/crypto/external/bsd/openssl/lib/libcrypto/bn.inc Wed May 31 16:57:31 2023
@@ -1,4 +1,4 @@
-# $NetBSD: bn.inc,v 1.9 2023/05/06 17:07:22 christos Exp $
+# $NetBSD: bn.inc,v 1.10 2023/05/31 20:57:31 christos Exp $
.PATH: ${OPENSSLSRC}/crypto/bn
@@ -37,7 +37,6 @@ bn_sqrt.c \
bn_srp.c \
bn_word.c \
bn_x931p.c \
-rsa_sup_mul.c \
rsaz_exp.c \
rsaz_exp_x2.c \