diff options
author | 2016-12-10 22:22:59 +0000 | |
---|---|---|
committer | 2016-12-10 22:22:59 +0000 | |
commit | 6ada955aaceecfe0885919e2cb23c73b2e8db12a (patch) | |
tree | 75b9d5f97927eebc4ec0d1ed5137136c5637faf0 /lib/libcrypto/man/DH_generate_key.3 | |
parent | Add Copyright and license; jmc@ noticed that i forgot this file. (diff) | |
download | wireguard-openbsd-6ada955aaceecfe0885919e2cb23c73b2e8db12a.tar.xz wireguard-openbsd-6ada955aaceecfe0885919e2cb23c73b2e8db12a.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 'lib/libcrypto/man/DH_generate_key.3')
-rw-r--r-- | lib/libcrypto/man/DH_generate_key.3 | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/lib/libcrypto/man/DH_generate_key.3 b/lib/libcrypto/man/DH_generate_key.3 index e6a8daf3a79..870cfdeff9f 100644 --- a/lib/libcrypto/man/DH_generate_key.3 +++ b/lib/libcrypto/man/DH_generate_key.3 @@ -1,4 +1,4 @@ -.\" $OpenBSD: DH_generate_key.3,v 1.5 2016/11/21 11:40:40 schwarze Exp $ +.\" $OpenBSD: DH_generate_key.3,v 1.6 2016/12/10 22:22:59 schwarze Exp $ .\" OpenSSL b97fdb57 Nov 11 09:33:09 2016 +0100 .\" .\" This file was written by Ulf Moeller <ulf@openssl.org>. @@ -48,7 +48,7 @@ .\" ARISING IN ANY WAY OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED .\" OF THE POSSIBILITY OF SUCH DAMAGE. .\" -.Dd $Mdocdate: November 21 2016 $ +.Dd $Mdocdate: December 10 2016 $ .Dt DH_GENERATE_KEY 3 .Os .Sh NAME @@ -110,7 +110,7 @@ returns the size of the shared secret on success, or -1 on error. The error codes can be obtained by .Xr ERR_get_error 3 . .Sh SEE ALSO -.Xr dh 3 , +.Xr DH_new 3 , .Xr DH_size 3 , .Xr ERR_get_error 3 , .Xr RAND_bytes 3 |