oops, revert

This commit is contained in:
Dr. Stephen Henson 2012-12-20 19:01:34 +00:00
parent 7b7b667ddc
commit e6b650df0a

View 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;