DOC: Modify one example in EVP_PKEY_fromdata(3)
[openssl.git] / doc / man3 / SSL_CTX_set_tlsext_status_cb.pod
index 6e3eaae123cfa40675f189cc5dcfbf70ad82f884..c63b3be6cfa875b97ae796d35fbcb5d31beff945 100644 (file)
@@ -106,10 +106,14 @@ SSL_get_tlsext_status_type() returns B<TLSEXT_STATUSTYPE_ocsp> on the client
 side if SSL_set_tlsext_status_type() was previously called, or on the server
 side if the client requested OCSP stapling. Otherwise -1 is returned.
 
+=head1 SEE ALSO
+
+L<ssl(7)>
+
 =head1 HISTORY
 
-SSL_get_tlsext_status_type(), SSL_CTX_get_tlsext_status_type() and
-SSL_CTX_set_tlsext_status_type() were added in OpenSSL 1.1.0.
+The SSL_get_tlsext_status_type(), SSL_CTX_get_tlsext_status_type()
+and SSL_CTX_set_tlsext_status_type() functions were added in OpenSSL 1.1.0.
 
 =head1 COPYRIGHT