diff options
author | schwarze <> | 2016-12-10 22:22:59 +0000 |
---|---|---|
committer | schwarze <> | 2016-12-10 22:22:59 +0000 |
commit | 927d177f56ef5ef813f8cc34c32394e472357c6e (patch) | |
tree | 91a6bef9fed3b135dcf8da777dbd9450e02a24b3 /src/lib/libcrypto/man/crypto.3 | |
parent | b2e023229a7e71d7b3c49ce29cfc6773440cdad5 (diff) | |
download | openbsd-927d177f56ef5ef813f8cc34c32394e472357c6e.tar.gz openbsd-927d177f56ef5ef813f8cc34c32394e472357c6e.tar.bz2 openbsd-927d177f56ef5ef813f8cc34c32394e472357c6e.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/crypto.3')
-rw-r--r-- | src/lib/libcrypto/man/crypto.3 | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/src/lib/libcrypto/man/crypto.3 b/src/lib/libcrypto/man/crypto.3 index bd7f5064d4..3ecb371469 100644 --- a/src/lib/libcrypto/man/crypto.3 +++ b/src/lib/libcrypto/man/crypto.3 | |||
@@ -1,4 +1,4 @@ | |||
1 | .\" $OpenBSD: crypto.3,v 1.9 2016/12/10 21:13:25 schwarze Exp $ | 1 | .\" $OpenBSD: crypto.3,v 1.10 2016/12/10 22:22:59 schwarze Exp $ |
2 | .\" OpenSSL a9c85cea Nov 11 09:33:55 2016 +0100 | 2 | .\" OpenSSL a9c85cea Nov 11 09:33:55 2016 +0100 |
3 | .\" | 3 | .\" |
4 | .\" This file was written by Ulf Moeller <ulf@openssl.org> and | 4 | .\" This file was written by Ulf Moeller <ulf@openssl.org> and |
@@ -74,7 +74,7 @@ and | |||
74 | .Pp | 74 | .Pp |
75 | .Sy Public key cryptography and key agreement | 75 | .Sy Public key cryptography and key agreement |
76 | are provided by | 76 | are provided by |
77 | .Xr dh 3 , | 77 | .Xr DH_new 3 , |
78 | .Xr dsa 3 , | 78 | .Xr dsa 3 , |
79 | .Xr ECDSA_SIG_new 3 , | 79 | .Xr ECDSA_SIG_new 3 , |
80 | and | 80 | and |