summaryrefslogtreecommitdiff
path: root/src/lib/libcrypto/man/crypto.3
diff options
context:
space:
mode:
authorschwarze <>2016-12-10 21:13:25 +0000
committerschwarze <>2016-12-10 21:13:25 +0000
commit14bc249be8db92222ed9b5d6bba0c94e30fae42d (patch)
treefba29026c910a86853c4a51d9e17ad5602fe96c8 /src/lib/libcrypto/man/crypto.3
parente724c29020e015d16620883225570e7952a32323 (diff)
downloadopenbsd-14bc249be8db92222ed9b5d6bba0c94e30fae42d.tar.gz
openbsd-14bc249be8db92222ed9b5d6bba0c94e30fae42d.tar.bz2
openbsd-14bc249be8db92222ed9b5d6bba0c94e30fae42d.zip
replace all references to bn(3) with BN_new(3),
and make sure all BN*(3) pages point back to BN_new(3)
Diffstat (limited to 'src/lib/libcrypto/man/crypto.3')
-rw-r--r--src/lib/libcrypto/man/crypto.36
1 files changed, 3 insertions, 3 deletions
diff --git a/src/lib/libcrypto/man/crypto.3 b/src/lib/libcrypto/man/crypto.3
index ea98bce36e..bd7f5064d4 100644
--- a/src/lib/libcrypto/man/crypto.3
+++ b/src/lib/libcrypto/man/crypto.3
@@ -1,4 +1,4 @@
1.\" $OpenBSD: crypto.3,v 1.8 2016/12/06 14:29:51 schwarze Exp $ 1.\" $OpenBSD: crypto.3,v 1.9 2016/12/10 21:13:25 schwarze Exp $
2.\" OpenSSL a9c85cea Nov 11 09:33:55 2016 +0100 2.\" OpenSSL a9c85cea Nov 11 09:33:55 2016 +0100
3.\" 3.\"
4.\" This file was written by Ulf Moeller <ulf@openssl.org> and 4.\" This file was written by Ulf Moeller <ulf@openssl.org> and
@@ -49,7 +49,7 @@
49.\" ARISING IN ANY WAY OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED 49.\" ARISING IN ANY WAY OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED
50.\" OF THE POSSIBILITY OF SUCH DAMAGE. 50.\" OF THE POSSIBILITY OF SUCH DAMAGE.
51.\" 51.\"
52.Dd $Mdocdate: December 6 2016 $ 52.Dd $Mdocdate: December 10 2016 $
53.Dt CRYPTO 3 53.Dt CRYPTO 3
54.Os 54.Os
55.Sh NAME 55.Sh NAME
@@ -125,8 +125,8 @@ thread support, see
125.Pp 125.Pp
126.Sy Internal utilities 126.Sy Internal utilities
127include 127include
128.Xr bn 3 ,
129.Xr BIO_f_buffer 3 , 128.Xr BIO_f_buffer 3 ,
129.Xr BN_new 3 ,
130.Xr ec 3 , 130.Xr ec 3 ,
131.Xr lh_new 3 . 131.Xr lh_new 3 .
132.Pp 132.Pp