Spacing in comment corrected.
authorBodo Möller <bodo@openssl.org>
Thu, 13 May 1999 10:36:29 +0000 (10:36 +0000)
committerBodo Möller <bodo@openssl.org>
Thu, 13 May 1999 10:36:29 +0000 (10:36 +0000)
ssl/ssl_locl.h

index 91f3b254c72c8fb49c7be0763eaf04bcfad958f4..16edcee8e5f02914c029c8fd328e7eae979288b4 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; /*1 only if SSL_copy_session_id is used */
+       int references; /* >1 only if SSL_copy_session_id is used */
        } CERT;