From: EasySec Date: Fri, 28 Jan 2022 23:59:24 +0000 (+0100) Subject: Fix bad HTML formatting in EVP_KEYEXCH-DH.html because of missing newline in pod... X-Git-Tag: openssl-3.2.0-alpha1~3004 X-Git-Url: http://git.ipfire.org/?a=commitdiff_plain;h=a841d450a443efccf4df02922ebe02e4c2f11a2b;p=thirdparty%2Fopenssl.git Fix bad HTML formatting in EVP_KEYEXCH-DH.html because of missing newline in pod file Reviewed-by: Shane Lontis Reviewed-by: Richard Levitte Reviewed-by: Paul Dale (Merged from https://github.com/openssl/openssl/pull/17609) --- diff --git a/doc/man7/EVP_KEYEXCH-DH.pod b/doc/man7/EVP_KEYEXCH-DH.pod index fc38531ae9d..44811f1e37e 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) {