Some tiny changes to the source code to make future diffs smaller
[openssl.git] / ssl / ssl.h
index c494ed120bd353dfb181a038c2449f96f3c38bc0..98f64c26eca036164ee653355729e5e3070059d0 100644 (file)
--- a/ssl/ssl.h
+++ b/ssl/ssl.h
@@ -562,6 +562,7 @@ struct ssl_st
        /* client cert? */
        /* This is used to hold the server certificate used */
        struct cert_st /* CERT */ *cert;
+       /* XXX should be struct sess_cert_st *sess_cert */
 
        /* the session_id_context is used to ensure sessions are only reused
         * in the appropriate context */