summaryrefslogtreecommitdiff
path: root/src/lib/libcrypto/man/rsa.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/rsa.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/rsa.3')
-rw-r--r--src/lib/libcrypto/man/rsa.36
1 files changed, 3 insertions, 3 deletions
diff --git a/src/lib/libcrypto/man/rsa.3 b/src/lib/libcrypto/man/rsa.3
index 528adb378b..42ce4f7268 100644
--- a/src/lib/libcrypto/man/rsa.3
+++ b/src/lib/libcrypto/man/rsa.3
@@ -1,6 +1,6 @@
1.\" $OpenBSD: rsa.3,v 1.3 2016/11/06 15:52:50 jmc Exp $ 1.\" $OpenBSD: rsa.3,v 1.4 2016/12/10 21:13:25 schwarze Exp $
2.\" 2.\"
3.Dd $Mdocdate: November 6 2016 $ 3.Dd $Mdocdate: December 10 2016 $
4.Dt RSA 3 4.Dt RSA 3
5.Os 5.Os
6.Sh NAME 6.Sh NAME
@@ -60,7 +60,7 @@ For this reason, applications should generally avoid using
60structure elements directly and instead use API functions to query 60structure elements directly and instead use API functions to query
61or modify keys. 61or modify keys.
62.Sh SEE ALSO 62.Sh SEE ALSO
63.Xr bn 3 , 63.Xr BN_new 3 ,
64.Xr d2i_RSAPublicKey 3 , 64.Xr d2i_RSAPublicKey 3 ,
65.Xr dh 3 , 65.Xr dh 3 ,
66.Xr dsa 3 , 66.Xr dsa 3 ,