diff options
| author | christos <christos@NetBSD.org> | 2023-05-31 20:57:31 +0000 |
|---|---|---|
| committer | christos <christos@NetBSD.org> | 2023-05-31 20:57:31 +0000 |
| commit | 5ba567a92e9c2edbc78b6964e5d84e0133e34c18 (patch) | |
| tree | 38682ab404f7389d3f0e430db4d34baf4b75fa22 /crypto | |
| parent | 9cbd8c2e42103a342466ef335e7cd3185555ca58 (diff) | |
fix the build
Diffstat (limited to 'crypto')
| -rw-r--r-- | crypto/external/bsd/openssl/lib/libcrypto/bn.inc | 3 |
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 \ |
