summaryrefslogtreecommitdiff
path: root/crypto
diff options
context:
space:
mode:
authorchristos <christos@NetBSD.org>2023-05-31 20:57:31 +0000
committerchristos <christos@NetBSD.org>2023-05-31 20:57:31 +0000
commit5ba567a92e9c2edbc78b6964e5d84e0133e34c18 (patch)
tree38682ab404f7389d3f0e430db4d34baf4b75fa22 /crypto
parent9cbd8c2e42103a342466ef335e7cd3185555ca58 (diff)
fix the build
Diffstat (limited to 'crypto')
-rw-r--r--crypto/external/bsd/openssl/lib/libcrypto/bn.inc3
1 files changed, 1 insertions, 2 deletions
diff --git a/crypto/external/bsd/openssl/lib/libcrypto/bn.inc b/crypto/external/bsd/openssl/lib/libcrypto/bn.inc
index 33706804179..53b6405694e 100644
--- a/crypto/external/bsd/openssl/lib/libcrypto/bn.inc
+++ b/crypto/external/bsd/openssl/lib/libcrypto/bn.inc
@@ -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 \