Type correction. Lutz Jaenicke <Lutz.Jaenicke@aet.TU-Cottbus.DE>
This commit is contained in:
parent
dd3430a6e9
commit
c6def253b4
@ -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
|
||||
|
||||
|
@ -8,7 +8,7 @@ SSL_set_session - set a TLS/SSL session to be used during TLS/SSL connect
|
||||
|
||||
#include <openssl/ssl.h>
|
||||
|
||||
int *SSL_set_session(SSL *ssl, SSL_SESSION *session);
|
||||
int SSL_set_session(SSL *ssl, SSL_SESSION *session);
|
||||
|
||||
=head1 DESCRIPTION
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user