summaryrefslogtreecommitdiffstats
path: root/ssl/ssl_locl.h
diff options
context:
space:
mode:
authorBodo Möller <bodo@openssl.org>1999-05-13 10:32:04 +0000
committerBodo Möller <bodo@openssl.org>1999-05-13 10:32:04 +0000
commit8a41eb70cc6d3272cb9c4a52a02a8b603b310189 (patch)
tree897c5273c0561e393a275042a43ce228ed5e3999 /ssl/ssl_locl.h
parent31ff97b28a7d9c64192b8987b204ad9820c7b2c7 (diff)
First tiny changes in preparation of changing of "sess_cert" handling.
Also I've subsituted real tabs for 8-spaces sequences in some lines so that things don't look that weird with a tab-width of 4.
Diffstat (limited to 'ssl/ssl_locl.h')
-rw-r--r--ssl/ssl_locl.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/ssl/ssl_locl.h b/ssl/ssl_locl.h
index f1bfcf9519..91f3b254c7 100644
--- a/ssl/ssl_locl.h
+++ b/ssl/ssl_locl.h
@@ -277,7 +277,7 @@ typedef struct cert_st
STACK_OF(X509) *cert_chain; /* XXX should only exist in sess_cert_st */
- int references; /* XXX will finally always be 1 */
+ int references; /*> 1 only if SSL_copy_session_id is used */
} CERT;