oops, revert
authorDr. Stephen Henson <steve@openssl.org>
Thu, 20 Dec 2012 19:01:34 +0000 (19:01 +0000)
committerDr. Stephen Henson <steve@openssl.org>
Thu, 20 Dec 2012 19:01:34 +0000 (19:01 +0000)
ssl/ssl_locl.h

index 279c9936a5f44200ae1adc66ccb03b8ea86e23b9..90ef7cb5d602de7c61f97cec35032531e89ce950 100644 (file)
@@ -524,12 +524,6 @@ typedef struct cert_st
        /* Size of above array */
        size_t sigalgslen;
 
-       /* Optional X509_STORE for chain building or certificate validation
-        * If NULL the parent SSL_CTX store is used instead.
-        */
-       X509_STORE *chain_store;
-       X509_STORE *verify_store;
-
        int references; /* >1 only if SSL_copy_session_id is used */
        } CERT;