summaryrefslogtreecommitdiff
path: root/src/lib/libcrypto/man/RSA_print.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_print.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_print.3')
-rw-r--r--src/lib/libcrypto/man/RSA_print.36
1 files changed, 3 insertions, 3 deletions
diff --git a/src/lib/libcrypto/man/RSA_print.3 b/src/lib/libcrypto/man/RSA_print.3
index b295654878..de53af64dc 100644
--- a/src/lib/libcrypto/man/RSA_print.3
+++ b/src/lib/libcrypto/man/RSA_print.3
@@ -1,4 +1,4 @@
1.\" $OpenBSD: RSA_print.3,v 1.4 2016/12/10 22:22:59 schwarze Exp $ 1.\" $OpenBSD: RSA_print.3,v 1.5 2016/12/11 12:21:48 schwarze Exp $
2.\" OpenSSL 99d63d46 Oct 26 13:56:48 2016 -0400 2.\" OpenSSL 99d63d46 Oct 26 13:56:48 2016 -0400
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: December 10 2016 $ 51.Dd $Mdocdate: December 11 2016 $
52.Dt RSA_PRINT 3 52.Dt RSA_PRINT 3
53.Os 53.Os
54.Sh NAME 54.Sh NAME
@@ -123,7 +123,7 @@ spaces.
123These functions return 1 on success or 0 on error. 123These functions return 1 on success or 0 on error.
124.Sh SEE ALSO 124.Sh SEE ALSO
125.Xr BN_bn2bin 3 , 125.Xr BN_bn2bin 3 ,
126.Xr rsa 3 126.Xr RSA_new 3
127.Sh HISTORY 127.Sh HISTORY
128.Fn RSA_print , 128.Fn RSA_print ,
129.Fn RSA_print_fp , 129.Fn RSA_print_fp ,