summaryrefslogtreecommitdiff
path: root/src/lib/libcrypto/man/BN_new.3
diff options
context:
space:
mode:
authortb <>2023-07-09 06:45:03 +0000
committertb <>2023-07-09 06:45:03 +0000
commitd60f779e992e9b626b5ae2a98853e37e9b2ae139 (patch)
tree825803f9324737b24bb1fa31109c2319f4fc0e80 /src/lib/libcrypto/man/BN_new.3
parentf26c7fe6de7994ad9f1e3d38f7b1e03247ccdc7e (diff)
downloadopenbsd-d60f779e992e9b626b5ae2a98853e37e9b2ae139.tar.gz
openbsd-d60f779e992e9b626b5ae2a98853e37e9b2ae139.tar.bz2
openbsd-d60f779e992e9b626b5ae2a98853e37e9b2ae139.zip
ASN1_bn_print() will be removed soon. Remove docs.
Diffstat (limited to 'src/lib/libcrypto/man/BN_new.3')
-rw-r--r--src/lib/libcrypto/man/BN_new.35
1 files changed, 2 insertions, 3 deletions
diff --git a/src/lib/libcrypto/man/BN_new.3 b/src/lib/libcrypto/man/BN_new.3
index bef41a9fe2..3a3e98379f 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.27 2023/04/28 16:39:19 schwarze Exp $ 1.\" $OpenBSD: BN_new.3,v 1.28 2023/07/09 06:45:03 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: April 28 2023 $ 53.Dd $Mdocdate: July 9 2023 $
54.Dt BN_NEW 3 54.Dt BN_NEW 3
55.Os 55.Os
56.Sh NAME 56.Sh NAME
@@ -133,7 +133,6 @@ If the allocation fails, it returns
133and sets an error code that can be obtained by 133and sets an error code that can be obtained by
134.Xr ERR_get_error 3 . 134.Xr ERR_get_error 3 .
135.Sh SEE ALSO 135.Sh SEE ALSO
136.Xr ASN1_bn_print 3 ,
137.Xr BN_add 3 , 136.Xr BN_add 3 ,
138.Xr BN_add_word 3 , 137.Xr BN_add_word 3 ,
139.Xr BN_BLINDING_new 3 , 138.Xr BN_BLINDING_new 3 ,