Commit e31e385c authored by Richard Levitte's avatar Richard Levitte
Browse files

Mistakes corrected. Lutz Jaenicke <Lutz.Jaenicke@aet.TU-Cottbus.DE>

parent b22bda21
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -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

+1 −1
Original line number Diff line number Diff line
@@ -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