summaryrefslogtreecommitdiff
path: root/src/lib/libcrypto/man/RSA_size.3
diff options
context:
space:
mode:
authorschwarze <>2016-12-11 12:21:48 +0000
committerschwarze <>2016-12-11 12:21:48 +0000
commit0864d137aaead93392c7bca5e264c42d8aa291e3 (patch)
tree82f476bea2d4608d871c80fb59f519b37861fcbb /src/lib/libcrypto/man/RSA_size.3
parent310d5f4670ed3122e684b0177f59eb0b04a0c8db (diff)
downloadopenbsd-0864d137aaead93392c7bca5e264c42d8aa291e3.tar.gz
openbsd-0864d137aaead93392c7bca5e264c42d8aa291e3.tar.bz2
openbsd-0864d137aaead93392c7bca5e264c42d8aa291e3.zip
Change all references to rsa(3) to point to RSA_new(3) instead.
Make sure all RSA pages point back to RSA_new(3).
Diffstat (limited to 'src/lib/libcrypto/man/RSA_size.3')
-rw-r--r--src/lib/libcrypto/man/RSA_size.36
1 files changed, 3 insertions, 3 deletions
diff --git a/src/lib/libcrypto/man/RSA_size.3 b/src/lib/libcrypto/man/RSA_size.3
index 31eda0f9df..fdd105158c 100644
--- a/src/lib/libcrypto/man/RSA_size.3
+++ b/src/lib/libcrypto/man/RSA_size.3
@@ -1,4 +1,4 @@
1.\" $OpenBSD: RSA_size.3,v 1.3 2016/11/29 16:40:40 schwarze Exp $ 1.\" $OpenBSD: RSA_size.3,v 1.4 2016/12/11 12:21:48 schwarze Exp $
2.\" OpenSSL 5bf73873 Aug 5 16:27:01 2002 +0000 2.\" OpenSSL 5bf73873 Aug 5 16:27:01 2002 +0000
3.\" 3.\"
4.\" This file was written by Ulf Moeller <ulf@openssl.org>. 4.\" This file was written by Ulf Moeller <ulf@openssl.org>.
@@ -48,7 +48,7 @@
48.\" ARISING IN ANY WAY OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED 48.\" ARISING IN ANY WAY OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED
49.\" OF THE POSSIBILITY OF SUCH DAMAGE. 49.\" OF THE POSSIBILITY OF SUCH DAMAGE.
50.\" 50.\"
51.Dd $Mdocdate: November 29 2016 $ 51.Dd $Mdocdate: December 11 2016 $
52.Dt RSA_SIZE 3 52.Dt RSA_SIZE 3
53.Os 53.Os
54.Sh NAME 54.Sh NAME
@@ -73,7 +73,7 @@ must not be
73.Sh RETURN VALUES 73.Sh RETURN VALUES
74The size in bytes. 74The size in bytes.
75.Sh SEE ALSO 75.Sh SEE ALSO
76.Xr rsa 3 76.Xr RSA_new 3
77.Sh HISTORY 77.Sh HISTORY
78.Fn RSA_size 78.Fn RSA_size
79is available in all versions of SSLeay and OpenSSL. 79is available in all versions of SSLeay and OpenSSL.