diff options
author | schwarze <> | 2016-12-11 12:21:48 +0000 |
---|---|---|
committer | schwarze <> | 2016-12-11 12:21:48 +0000 |
commit | 9c30219f0802bda4848a6bcf9472f8538a82a16a (patch) | |
tree | 82f476bea2d4608d871c80fb59f519b37861fcbb /src/lib/libcrypto/man/engine.3 | |
parent | f14bb8a42ed2152f07813cf6157c15b6b9f26bb9 (diff) | |
download | openbsd-9c30219f0802bda4848a6bcf9472f8538a82a16a.tar.gz openbsd-9c30219f0802bda4848a6bcf9472f8538a82a16a.tar.bz2 openbsd-9c30219f0802bda4848a6bcf9472f8538a82a16a.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/engine.3')
-rw-r--r-- | src/lib/libcrypto/man/engine.3 | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/src/lib/libcrypto/man/engine.3 b/src/lib/libcrypto/man/engine.3 index 46d7433fd5..b3219f24f3 100644 --- a/src/lib/libcrypto/man/engine.3 +++ b/src/lib/libcrypto/man/engine.3 | |||
@@ -1,4 +1,4 @@ | |||
1 | .\" $OpenBSD: engine.3,v 1.8 2016/12/11 09:57:57 jmc Exp $ | 1 | .\" $OpenBSD: engine.3,v 1.9 2016/12/11 12:21:48 schwarze Exp $ |
2 | .\" OpenSSL a528d4f0 Oct 27 13:40:11 2015 -0400 | 2 | .\" OpenSSL a528d4f0 Oct 27 13:40:11 2015 -0400 |
3 | .\" | 3 | .\" |
4 | .\" This file was written by Geoff Thorpe <geoff@openssl.org>. | 4 | .\" This file was written by Geoff Thorpe <geoff@openssl.org>. |
@@ -1220,4 +1220,4 @@ extension). | |||
1220 | .Xr DH_new 3 , | 1220 | .Xr DH_new 3 , |
1221 | .Xr DSA_new 3 , | 1221 | .Xr DSA_new 3 , |
1222 | .Xr ENGINE_add_conf_module 3 , | 1222 | .Xr ENGINE_add_conf_module 3 , |
1223 | .Xr rsa 3 | 1223 | .Xr RSA_new 3 |