From: Dr. Stephen Henson Date: Thu, 20 Dec 2012 19:01:34 +0000 (+0000) Subject: oops, revert X-Git-Tag: OpenSSL_1_0_2-beta1~534 X-Git-Url: https://git.librecmc.org/?a=commitdiff_plain;h=e6b650df0a5c2a596f331960c946b050c2dcb198;p=oweals%2Fopenssl.git oops, revert --- diff --git a/ssl/ssl_locl.h b/ssl/ssl_locl.h index 279c9936a5..90ef7cb5d6 100644 --- a/ssl/ssl_locl.h +++ b/ssl/ssl_locl.h @@ -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;