Fix documentation for tlsext_ticket_key
[openssl.git] / doc / man3 / SSL_CTX_set_tlsext_ticket_key_cb.pod
index 9e9d729c2590133f8e3177ed7c3a292e339f1065..5d178bb8e4de8b547e64fbc6e09b16e0a1ef19f7 100644 (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