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:37 +1100
commitb882e1bb0b520f264f2ea1f53e753a5ef1a5974a (patch)
tree779c730ee873aa0687c38ec52f7aff727dc97223 /doc/man7
parent1f7c5c56c7365fefd9cff9bea4d3d27346ca44d1 (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) (cherry picked from commit a841d450a443efccf4df02922ebe02e4c2f11a2b)
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)
{