summaryrefslogtreecommitdiff
path: root/src/lib/libcrypto/man/BN_new.3
diff options
context:
space:
mode:
authortb <>2023-07-20 09:38:45 +0000
committertb <>2023-07-20 09:38:45 +0000
commita9f80214e7859e1d4188ac25022061e76dc2dac7 (patch)
tree17e7bdc428cd5e47a0980525b1417ad99e9062e1 /src/lib/libcrypto/man/BN_new.3
parent607855ae50c25cebe2edd66b01ba4f542b931a63 (diff)
downloadopenbsd-a9f80214e7859e1d4188ac25022061e76dc2dac7.tar.gz
openbsd-a9f80214e7859e1d4188ac25022061e76dc2dac7.tar.bz2
openbsd-a9f80214e7859e1d4188ac25022061e76dc2dac7.zip
Remove get_rfc*_prime_* documentation
Their BN_get_rfc*_prime_* aliases from the OpenSSL 1.1 API will remain. Perhaps the manual should be moved to BN_get_rfc3526_prime_8192.3; that can be done in a second step.
Diffstat (limited to 'src/lib/libcrypto/man/BN_new.3')
-rw-r--r--src/lib/libcrypto/man/BN_new.36
1 files changed, 3 insertions, 3 deletions
diff --git a/src/lib/libcrypto/man/BN_new.3 b/src/lib/libcrypto/man/BN_new.3
index 3a3e98379f..df519c5218 100644
--- a/src/lib/libcrypto/man/BN_new.3
+++ b/src/lib/libcrypto/man/BN_new.3
@@ -1,4 +1,4 @@
1.\" $OpenBSD: BN_new.3,v 1.28 2023/07/09 06:45:03 tb Exp $ 1.\" $OpenBSD: BN_new.3,v 1.29 2023/07/20 09:38:45 tb Exp $
2.\" full merge up to: OpenSSL man3/BN_new 2457c19d Mar 6 08:43:36 2004 +0000 2.\" full merge up to: OpenSSL man3/BN_new 2457c19d Mar 6 08:43:36 2004 +0000
3.\" selective merge up to: man3/BN_new 681acb31 Sep 29 13:10:34 2017 +0200 3.\" selective merge up to: man3/BN_new 681acb31 Sep 29 13:10:34 2017 +0200
4.\" full merge up to: OpenSSL man7/bn 05ea606a May 20 20:52:46 2016 -0400 4.\" full merge up to: OpenSSL man7/bn 05ea606a May 20 20:52:46 2016 -0400
@@ -50,7 +50,7 @@
50.\" ARISING IN ANY WAY OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED 50.\" ARISING IN ANY WAY OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED
51.\" OF THE POSSIBILITY OF SUCH DAMAGE. 51.\" OF THE POSSIBILITY OF SUCH DAMAGE.
52.\" 52.\"
53.Dd $Mdocdate: July 9 2023 $ 53.Dd $Mdocdate: July 20 2023 $
54.Dt BN_NEW 3 54.Dt BN_NEW 3
55.Os 55.Os
56.Sh NAME 56.Sh NAME
@@ -155,7 +155,7 @@ and sets an error code that can be obtained by
155.Xr BN_swap 3 , 155.Xr BN_swap 3 ,
156.Xr BN_zero 3 , 156.Xr BN_zero 3 ,
157.Xr crypto 3 , 157.Xr crypto 3 ,
158.Xr get_rfc3526_prime_8192 3 158.Xr BN_get_rfc3526_prime_8192 3
159.Sh HISTORY 159.Sh HISTORY
160.Fn BN_new , 160.Fn BN_new ,
161.Fn BN_clear , 161.Fn BN_clear ,