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/engine.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/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 |