Fill in missing information about the string returned from
[openssl.git] / doc / ssl / SSL_free.pod
index 3bbde4273c9bca1c76fb0340ee79d9db8ae1e3d7..f3f0c345f8a1fb6feecfe10074b40f893fca7e9b 100644 (file)
@@ -8,7 +8,7 @@ SSL_free - free an allocated SSL structure
 
  #include <openssl/ssl.h>
 
- void *SSL_free(SSL *ssl);
+ void SSL_free(SSL *ssl);
 
 =head1 DESCRIPTION