diff options
author | schwarze <> | 2019-06-06 01:06:59 +0000 |
---|---|---|
committer | schwarze <> | 2019-06-06 01:06:59 +0000 |
commit | 73fea5ffb44d03ccada5456dd77c78c652913272 (patch) | |
tree | 4c3063e0f18ec3090d09c0b1174b8c2760e32d6e /src/lib/libcrypto/man/DH_new.3 | |
parent | 47eafa9f3ab473cf14319312cf30f3c8400f0b78 (diff) | |
download | openbsd-73fea5ffb44d03ccada5456dd77c78c652913272.tar.gz openbsd-73fea5ffb44d03ccada5456dd77c78c652913272.tar.bz2 openbsd-73fea5ffb44d03ccada5456dd77c78c652913272.zip |
Tree structure for manual pages: crypto(3) links to 33 function
group pages, and these link on to all their second-level subpages.
Only a handful of second-level pages have third-level subpages.
So all crypto pages can now be reached from the www.libressl.org
frontpage via at most four clicks, in most cases three clicks.
Also link back from leaf pages to their respective group pages
and add a couple of additional links between related pages.
Triggered by a question from deraadt@.
OK jmc@ tb@
Diffstat (limited to 'src/lib/libcrypto/man/DH_new.3')
-rw-r--r-- | src/lib/libcrypto/man/DH_new.3 | 5 |
1 files changed, 3 insertions, 2 deletions
diff --git a/src/lib/libcrypto/man/DH_new.3 b/src/lib/libcrypto/man/DH_new.3 index 3208e76701..c4919a017b 100644 --- a/src/lib/libcrypto/man/DH_new.3 +++ b/src/lib/libcrypto/man/DH_new.3 | |||
@@ -1,4 +1,4 @@ | |||
1 | .\" $OpenBSD: DH_new.3,v 1.8 2018/04/18 01:11:45 schwarze Exp $ | 1 | .\" $OpenBSD: DH_new.3,v 1.9 2019/06/06 01:06:58 schwarze Exp $ |
2 | .\" OpenSSL b97fdb57 Nov 11 09:33:09 2016 +0100 | 2 | .\" OpenSSL b97fdb57 Nov 11 09:33:09 2016 +0100 |
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: April 18 2018 $ | 51 | .Dd $Mdocdate: June 6 2019 $ |
52 | .Dt DH_NEW 3 | 52 | .Dt DH_NEW 3 |
53 | .Os | 53 | .Os |
54 | .Sh NAME | 54 | .Sh NAME |
@@ -118,6 +118,7 @@ returns 1 for success or 0 for failure. | |||
118 | .Xr DHparams_print 3 , | 118 | .Xr DHparams_print 3 , |
119 | .Xr DSA_dup_DH 3 , | 119 | .Xr DSA_dup_DH 3 , |
120 | .Xr ERR_get_error 3 , | 120 | .Xr ERR_get_error 3 , |
121 | .Xr EVP_PKEY_CTX_set_dh_paramgen_prime_len 3 , | ||
121 | .Xr EVP_PKEY_set1_DH 3 | 122 | .Xr EVP_PKEY_set1_DH 3 |
122 | .Sh HISTORY | 123 | .Sh HISTORY |
123 | .Fn DH_new | 124 | .Fn DH_new |