diff options
author | schwarze <> | 2016-12-10 22:22:59 +0000 |
---|---|---|
committer | schwarze <> | 2016-12-10 22:22:59 +0000 |
commit | c3b28403d3f080df57a3716f3e49c2f59c71101a (patch) | |
tree | 91a6bef9fed3b135dcf8da777dbd9450e02a24b3 /src/lib/libcrypto/man/DH_get_ex_new_index.3 | |
parent | 3d1b8c333696af4e03cd6984f1a7b99d432b378a (diff) | |
download | openbsd-c3b28403d3f080df57a3716f3e49c2f59c71101a.tar.gz openbsd-c3b28403d3f080df57a3716f3e49c2f59c71101a.tar.bz2 openbsd-c3b28403d3f080df57a3716f3e49c2f59c71101a.zip |
Replace all references to dh(3) with DH_new(3).
Make sure that all DH pages point back to DH_new(3).
Diffstat (limited to 'src/lib/libcrypto/man/DH_get_ex_new_index.3')
-rw-r--r-- | src/lib/libcrypto/man/DH_get_ex_new_index.3 | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/src/lib/libcrypto/man/DH_get_ex_new_index.3 b/src/lib/libcrypto/man/DH_get_ex_new_index.3 index 76440a4572..7f3f0e7765 100644 --- a/src/lib/libcrypto/man/DH_get_ex_new_index.3 +++ b/src/lib/libcrypto/man/DH_get_ex_new_index.3 | |||
@@ -1,4 +1,4 @@ | |||
1 | .\" $OpenBSD: DH_get_ex_new_index.3,v 1.3 2016/11/23 16:28:23 schwarze Exp $ | 1 | .\" $OpenBSD: DH_get_ex_new_index.3,v 1.4 2016/12/10 22:22:59 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 Ulf Moeller <ulf@openssl.org>. | 4 | .\" This file was written by Ulf Moeller <ulf@openssl.org>. |
@@ -48,7 +48,7 @@ | |||
48 | .\" ARISING IN ANY WAY OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED | 48 | .\" ARISING IN ANY WAY OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED |
49 | .\" OF THE POSSIBILITY OF SUCH DAMAGE. | 49 | .\" OF THE POSSIBILITY OF SUCH DAMAGE. |
50 | .\" | 50 | .\" |
51 | .Dd $Mdocdate: November 23 2016 $ | 51 | .Dd $Mdocdate: December 10 2016 $ |
52 | .Dt DH_GET_EX_NEW_INDEX 3 | 52 | .Dt DH_GET_EX_NEW_INDEX 3 |
53 | .Os | 53 | .Os |
54 | .Sh NAME | 54 | .Sh NAME |
@@ -87,7 +87,7 @@ Their usage is identical to that of | |||
87 | and | 87 | and |
88 | .Xr RSA_get_ex_data 3 . | 88 | .Xr RSA_get_ex_data 3 . |
89 | .Sh SEE ALSO | 89 | .Sh SEE ALSO |
90 | .Xr dh 3 , | 90 | .Xr DH_new 3 , |
91 | .Xr RSA_get_ex_new_index 3 | 91 | .Xr RSA_get_ex_new_index 3 |
92 | .Sh HISTORY | 92 | .Sh HISTORY |
93 | .Fn DH_get_ex_new_index , | 93 | .Fn DH_get_ex_new_index , |