projects
/
oweals
/
openssl.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
d0f2876
)
typo in a comment
author
Bodo Möller
<bodo@openssl.org>
Tue, 14 Sep 1999 15:06:25 +0000
(15:06 +0000)
committer
Bodo Möller
<bodo@openssl.org>
Tue, 14 Sep 1999 15:06:25 +0000
(15:06 +0000)
ssl/ssl.h
patch
|
blob
|
history
diff --git
a/ssl/ssl.h
b/ssl/ssl.h
index 424b195f5ce31ac30d0872b92e3390f6d74ca80f..3f7cdd10ddd647331bda23700c3e2d29c85cf6db 100644
(file)
--- a/
ssl/ssl.h
+++ b/
ssl/ssl.h
@@
-358,7
+358,7
@@
struct ssl_ctx_st
struct x509_store_st /* X509_STORE */ *cert_store;
struct lhash_st /* LHASH */ *sessions; /* a set of SSL_SESSION's */
/* Most session-ids that will be cached, default is
- * SSL_SESSION_CACHE_SIZE_DEFAULT. 0 is unlimited. */
+ * SSL_SESSION_CACHE_
MAX_
SIZE_DEFAULT. 0 is unlimited. */
unsigned long session_cache_size;
struct ssl_session_st *session_cache_head;
struct ssl_session_st *session_cache_tail;