Fix documentation for tlsext_ticket_key

The tlsext_ticket_key functions are documented as returning 0 on success.
In fact they return 1 on success.

Reviewed-by: Tomas Mraz <tomas@openssl.org>
Reviewed-by: Paul Dale <pauli@openssl.org>
(Merged from https://github.com/openssl/openssl/pull/17210)
This commit is contained in:
Matt Caswell 2021-12-06 11:37:26 +00:00
parent 317acac5cc
commit b0be101326
1 changed files with 1 additions and 1 deletions

View File

@ -145,7 +145,7 @@ enable an attacker to obtain the session keys.
=head1 RETURN VALUES
returns 0 to indicate the callback function was set.
Returns 1 to indicate the callback function was set and 0 otherwise.
=head1 EXAMPLES