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_get_ex_new_index.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_get_ex_new_index.3')
-rw-r--r-- | lib/libcrypto/man/RSA_get_ex_new_index.3 | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/lib/libcrypto/man/RSA_get_ex_new_index.3 b/lib/libcrypto/man/RSA_get_ex_new_index.3 index 34767516309..7bdd4be0537 100644 --- a/lib/libcrypto/man/RSA_get_ex_new_index.3 +++ b/lib/libcrypto/man/RSA_get_ex_new_index.3 @@ -1,4 +1,4 @@ -.\" $OpenBSD: RSA_get_ex_new_index.3,v 1.4 2016/12/02 19:28:41 jmc Exp $ +.\" $OpenBSD: RSA_get_ex_new_index.3,v 1.5 2016/12/11 12:21:48 schwarze Exp $ .\" OpenSSL 35cb565a Nov 19 15:49:30 2015 -0500 .\" .\" 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: December 2 2016 $ +.Dd $Mdocdate: December 11 2016 $ .Dt RSA_GET_EX_NEW_INDEX 3 .Os .Sh NAME @@ -258,7 +258,7 @@ On failure an error code can be obtained from .Xr ERR_get_error 3 . .Sh SEE ALSO .Xr CRYPTO_set_ex_data 3 , -.Xr rsa 3 +.Xr RSA_new 3 .Sh HISTORY .Fn RSA_get_ex_new_index , .Fn RSA_set_ex_data , |