diff options
author | 2016-12-11 12:21:48 +0000 | |
---|---|---|
committer | 2016-12-11 12:21:48 +0000 | |
commit | 78bb7a80822a93c11e1663c512aa7dd79635ee72 (patch) | |
tree | 8e4ffe7aec0da9588f04d86e87dfa5bdb331a3a0 /lib/libcrypto/man/RSA_check_key.3 | |
parent | Use makefs to build bsd.rd; build & boot tested by visa (diff) | |
download | wireguard-openbsd-78bb7a80822a93c11e1663c512aa7dd79635ee72.tar.xz wireguard-openbsd-78bb7a80822a93c11e1663c512aa7dd79635ee72.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 'lib/libcrypto/man/RSA_check_key.3')
-rw-r--r-- | lib/libcrypto/man/RSA_check_key.3 | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/lib/libcrypto/man/RSA_check_key.3 b/lib/libcrypto/man/RSA_check_key.3 index 200adc9e573..cfce0bbbf8f 100644 --- a/lib/libcrypto/man/RSA_check_key.3 +++ b/lib/libcrypto/man/RSA_check_key.3 @@ -1,4 +1,4 @@ -.\" $OpenBSD: RSA_check_key.3,v 1.3 2016/11/29 16:40:40 schwarze Exp $ +.\" $OpenBSD: RSA_check_key.3,v 1.4 2016/12/11 12:21:48 schwarze Exp $ .\" OpenSSL 6859cf74 Sep 25 13:33:28 2002 +0000 .\" .\" This file was written by Ulf Moeller <ulf@openssl.org> and @@ -49,7 +49,7 @@ .\" ARISING IN ANY WAY OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED .\" OF THE POSSIBILITY OF SUCH DAMAGE. .\" -.Dd $Mdocdate: November 29 2016 $ +.Dd $Mdocdate: December 11 2016 $ .Dt RSA_CHECK_KEY 3 .Os .Sh NAME @@ -126,7 +126,7 @@ obtained using .Sh SEE ALSO .Xr BN_is_prime_ex 3 , .Xr ERR_get_error 3 , -.Xr rsa 3 +.Xr RSA_new 3 .Sh HISTORY .Fn RSA_check_key appeared in OpenSSL 0.9.4. |