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