X-Git-Url: https://git.openssl.org/?a=blobdiff_plain;f=doc%2Fman3%2FSSL_key_update.pod;h=7772b70bc69e37b78320682008d1f00019ddad21;hb=b5cd751c695602cba4fbe67e590fc8112bf5d8fa;hp=5b622343508bbd1dba5197a7a0df3195918d9d48;hpb=4fbfe86ae3c5a829ea1a259330921bd5549223a5;p=openssl.git diff --git a/doc/man3/SSL_key_update.pod b/doc/man3/SSL_key_update.pod index 5b62234350..7772b70bc6 100644 --- a/doc/man3/SSL_key_update.pod +++ b/doc/man3/SSL_key_update.pod @@ -74,7 +74,7 @@ new handshake. For historical reasons, DTLS clients will not attempt to resume the session in the new handshake. The SSL_renegotiate_pending() function returns 1 if a renegotiation or -rengotiation request has been scheduled but not yet acted on, or 0 otherwise. +renegotiation request has been scheduled but not yet acted on, or 0 otherwise. =head1 RETURN VALUES @@ -84,7 +84,7 @@ on success or 0 on error. SSL_get_key_update_type() returns the update type of the pending key update operation or SSL_KEY_UPDATE_NONE if there is none. -SSL_renegotiate_pending() returns 1 if a renegotiation or rengotiation request +SSL_renegotiate_pending() returns 1 if a renegotiation or renegotiation request has been scheduled but not yet acted on, or 0 otherwise. =head1 SEE ALSO