diff options
author | Theo Buehler <tb@cvs.openbsd.org> | 2023-04-27 09:11:41 +0000 |
---|---|---|
committer | Theo Buehler <tb@cvs.openbsd.org> | 2023-04-27 09:11:41 +0000 |
commit | 1046f167289f0ffee95a4ac4ca38110498e3d234 (patch) | |
tree | aa8fec9b86dd4d2097d610522357be48c19e8fb5 /lib | |
parent | b286b16e65dd367fdfb08976ebb7574a4fe16997 (diff) |
Remove stale reference to BN_GF2m_add()
Diffstat (limited to 'lib')
-rw-r--r-- | lib/libcrypto/man/BN_new.3 | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/lib/libcrypto/man/BN_new.3 b/lib/libcrypto/man/BN_new.3 index cbbc5754ac6..82a52fb655e 100644 --- a/lib/libcrypto/man/BN_new.3 +++ b/lib/libcrypto/man/BN_new.3 @@ -1,4 +1,4 @@ -.\" $OpenBSD: BN_new.3,v 1.24 2023/04/27 07:22:22 tb Exp $ +.\" $OpenBSD: BN_new.3,v 1.25 2023/04/27 09:11:40 tb Exp $ .\" full merge up to: OpenSSL man3/BN_new 2457c19d Mar 6 08:43:36 2004 +0000 .\" selective merge up to: man3/BN_new 681acb31 Sep 29 13:10:34 2017 +0200 .\" full merge up to: OpenSSL man7/bn 05ea606a May 20 20:52:46 2016 -0400 @@ -143,7 +143,6 @@ and sets an error code that can be obtained by .Xr BN_CTX_new 3 , .Xr BN_CTX_start 3 , .Xr BN_generate_prime 3 , -.Xr BN_GF2m_add 3 , .Xr BN_kronecker 3 , .Xr BN_mod_inverse 3 , .Xr BN_mod_mul_montgomery 3 , |