summaryrefslogtreecommitdiffstats
path: root/doc/man7
diff options
context:
space:
mode:
authorEasySec <easy.sec@free.fr>2022-01-29 00:59:24 +0100
committerPauli <pauli@openssl.org>2022-02-01 14:10:06 +1100
commita841d450a443efccf4df02922ebe02e4c2f11a2b (patch)
tree9420af01c39f3ac79be5e9cce5ad7fb1572e211c /doc/man7
parent9927749ec2b8fc4b6146f0bd54cb6a44b8295974 (diff)
Fix bad HTML formatting in EVP_KEYEXCH-DH.html because of missing newline in pod file
Reviewed-by: Shane Lontis <shane.lontis@oracle.com> Reviewed-by: Richard Levitte <levitte@openssl.org> Reviewed-by: Paul Dale <pauli@openssl.org> (Merged from https://github.com/openssl/openssl/pull/17609)
Diffstat (limited to 'doc/man7')
-rw-r--r--doc/man7/EVP_KEYEXCH-DH.pod1
1 files changed, 1 insertions, 0 deletions
diff --git a/doc/man7/EVP_KEYEXCH-DH.pod b/doc/man7/EVP_KEYEXCH-DH.pod
index fc38531ae9..44811f1e37 100644
--- a/doc/man7/EVP_KEYEXCH-DH.pod
+++ b/doc/man7/EVP_KEYEXCH-DH.pod
@@ -58,6 +58,7 @@ To convert the received peer's public key from DER format on the host:
To derive a shared secret on the host using the host's key and the peer's public
key:
+
/* It is assumed that the host_key and peer_pub_key are set up */
void derive_secret(EVP_KEY *host_key, EVP_PKEY *peer_pub_key)
{