Type correction. Lutz Jaenicke <Lutz.Jaenicke@aet.TU-Cottbus.DE>
[openssl.git] / doc / ssl / SSL_clear.pod
index 1d80b45f0c3c27d82b22876ea2f2ab5a26c6a60d..862fd8291df18dcd4adc19077d3fcdee76e3e1ac 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