Manual page for SSL_CTX_set_options(). Unfortunately for some of the
[openssl.git] / doc / ssl / SSL_clear.pod
index 1d80b45f0c3c27d82b22876ea2f2ab5a26c6a60d..aeb0b5c7a230a3ece78b849001188917d9700b5c 100644 (file)
@@ -8,7 +8,7 @@ SSL_clear - reset SSL object to allow another connection
 
  #include <openssl/ssl.h>
 
- int *SSL_clear(SSL *ssl);
+ int SSL_clear(SSL *ssl);
 
 =head1 DESCRIPTION
 
@@ -34,6 +34,6 @@ The SSL_clear() operation was successful.
 =back
 
 L<SSL_new(3)|SSL_new(3)>, L<SSL_free(3)|SSL_free(3)>,
-L<ssl(3)|ssl(3)>
+L<SSL_CTX_set_options(3)|SSL_CTX_set_options(3)>, L<ssl(3)|ssl(3)>
 
 =cut