Fix bad HTML formatting in EVP_KEYEXCH-DH.html because of missing newline in pod...
authorEasySec <easy.sec@free.fr>
Fri, 28 Jan 2022 23:59:24 +0000 (00:59 +0100)
committerPauli <pauli@openssl.org>
Tue, 1 Feb 2022 03:10:06 +0000 (14:10 +1100)
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)

doc/man7/EVP_KEYEXCH-DH.pod

index fc38531ae9d9a8c514d64df479b3f1c1b403728c..44811f1e37e7b8b9ac33e14c8ca964a9111dc207 100644 (file)
@@ -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)
     {