First tiny changes in preparation of changing of "sess_cert" handling.
[openssl.git] / ssl / ssl_locl.h
index f1bfcf95190355c37f1510c7470fe75f53543485..91f3b254c72c8fb49c7be0763eaf04bcfad958f4 100644 (file)
@@ -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;