diff options
author | schwarze <> | 2016-12-11 12:21:48 +0000 |
---|---|---|
committer | schwarze <> | 2016-12-11 12:21:48 +0000 |
commit | 0864d137aaead93392c7bca5e264c42d8aa291e3 (patch) | |
tree | 82f476bea2d4608d871c80fb59f519b37861fcbb /src/lib/libcrypto/man/RSA_set_method.3 | |
parent | 310d5f4670ed3122e684b0177f59eb0b04a0c8db (diff) | |
download | openbsd-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_set_method.3')
-rw-r--r-- | src/lib/libcrypto/man/RSA_set_method.3 | 5 |
1 files changed, 2 insertions, 3 deletions
diff --git a/src/lib/libcrypto/man/RSA_set_method.3 b/src/lib/libcrypto/man/RSA_set_method.3 index 5b6cf8442e..f9ec19f97b 100644 --- a/src/lib/libcrypto/man/RSA_set_method.3 +++ b/src/lib/libcrypto/man/RSA_set_method.3 | |||
@@ -1,4 +1,4 @@ | |||
1 | .\" $OpenBSD: RSA_set_method.3,v 1.4 2016/12/02 19:28:41 jmc Exp $ | 1 | .\" $OpenBSD: RSA_set_method.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> |
@@ -50,7 +50,7 @@ | |||
50 | .\" ARISING IN ANY WAY OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED | 50 | .\" ARISING IN ANY WAY OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED |
51 | .\" OF THE POSSIBILITY OF SUCH DAMAGE. | 51 | .\" OF THE POSSIBILITY OF SUCH DAMAGE. |
52 | .\" | 52 | .\" |
53 | .Dd $Mdocdate: December 2 2016 $ | 53 | .Dd $Mdocdate: December 11 2016 $ |
54 | .Dt RSA_SET_METHOD 3 | 54 | .Dt RSA_SET_METHOD 3 |
55 | .Os | 55 | .Os |
56 | .Sh NAME | 56 | .Sh NAME |
@@ -300,7 +300,6 @@ and sets an error code that can be obtained by | |||
300 | if the allocation fails. | 300 | if the allocation fails. |
301 | Otherwise it returns a pointer to the newly allocated structure. | 301 | Otherwise it returns a pointer to the newly allocated structure. |
302 | .Sh SEE ALSO | 302 | .Sh SEE ALSO |
303 | .Xr rsa 3 , | ||
304 | .Xr RSA_new 3 | 303 | .Xr RSA_new 3 |
305 | .Sh HISTORY | 304 | .Sh HISTORY |
306 | .Fn RSA_new_method | 305 | .Fn RSA_new_method |