projects
/
openssl.git
/ blobdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
|
commitdiff
|
tree
raw
| inline |
side by side
RT468: SSL_CTX_sess_set_cache_size wrong
[openssl.git]
/
doc
/
ssl
/
SSL_get_SSL_CTX.pod
diff --git
a/doc/ssl/SSL_get_SSL_CTX.pod
b/doc/ssl/SSL_get_SSL_CTX.pod
index
52d0227
..
659c482
100644
(file)
--- a/
doc/ssl/SSL_get_SSL_CTX.pod
+++ b/
doc/ssl/SSL_get_SSL_CTX.pod
@@
-8,7
+8,7
@@
SSL_get_SSL_CTX - get the SSL_CTX from which an SSL is created
#include <openssl/ssl.h>
- SSL_CTX *SSL_get_SSL_CTX(SSL *ssl);
+ SSL_CTX *SSL_get_SSL_CTX(
const
SSL *ssl);
=head1 DESCRIPTION