summaryrefslogtreecommitdiff
path: root/src/lib/libcrypto/man/RSA_check_key.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_check_key.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_check_key.3')
-rw-r--r--src/lib/libcrypto/man/RSA_check_key.36
1 files changed, 3 insertions, 3 deletions
diff --git a/src/lib/libcrypto/man/RSA_check_key.3 b/src/lib/libcrypto/man/RSA_check_key.3
index 200adc9e57..cfce0bbbf8 100644
--- a/src/lib/libcrypto/man/RSA_check_key.3
+++ b/src/lib/libcrypto/man/RSA_check_key.3
@@ -1,4 +1,4 @@
1.\" $OpenBSD: RSA_check_key.3,v 1.3 2016/11/29 16:40:40 schwarze Exp $ 1.\" $OpenBSD: RSA_check_key.3,v 1.4 2016/12/11 12:21:48 schwarze Exp $
2.\" OpenSSL 6859cf74 Sep 25 13:33:28 2002 +0000 2.\" OpenSSL 6859cf74 Sep 25 13:33:28 2002 +0000
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: November 29 2016 $ 52.Dd $Mdocdate: December 11 2016 $
53.Dt RSA_CHECK_KEY 3 53.Dt RSA_CHECK_KEY 3
54.Os 54.Os
55.Sh NAME 55.Sh NAME
@@ -126,7 +126,7 @@ obtained using
126.Sh SEE ALSO 126.Sh SEE ALSO
127.Xr BN_is_prime_ex 3 , 127.Xr BN_is_prime_ex 3 ,
128.Xr ERR_get_error 3 , 128.Xr ERR_get_error 3 ,
129.Xr rsa 3 129.Xr RSA_new 3
130.Sh HISTORY 130.Sh HISTORY
131.Fn RSA_check_key 131.Fn RSA_check_key
132appeared in OpenSSL 0.9.4. 132appeared in OpenSSL 0.9.4.