Skip to content

Commit

Permalink
Fix bad HTML formatting in EVP_KEYEXCH-DH.html because of missing new…
Browse files Browse the repository at this point in the history
…line 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 #17609)
  • Loading branch information
EasySec authored and paulidale committed Feb 1, 2022
1 parent 9927749 commit a841d45
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions doc/man7/EVP_KEYEXCH-DH.pod
Original file line number Diff line number Diff line change
Expand Up @@ -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)
{
Expand Down

0 comments on commit a841d45

Please sign in to comment.