aboutsummaryrefslogtreecommitdiffstats
path: root/doc/ssl/SSL_SESSION_free.pod
diff options
context:
space:
mode:
Diffstat (limited to 'doc/ssl/SSL_SESSION_free.pod')
-rw-r--r--doc/ssl/SSL_SESSION_free.pod2
1 files changed, 1 insertions, 1 deletions
diff --git a/doc/ssl/SSL_SESSION_free.pod b/doc/ssl/SSL_SESSION_free.pod
index 5e104d5f2f..df30ccbb32 100644
--- a/doc/ssl/SSL_SESSION_free.pod
+++ b/doc/ssl/SSL_SESSION_free.pod
@@ -8,7 +8,7 @@ SSL_SESSION_free - free an allocated SSL_SESSION structure
#include <openssl/ssl.h>
- void *SSL_SESSION_free(SSL_SESSION *session);
+ void SSL_SESSION_free(SSL_SESSION *session);
=head1 DESCRIPTION