From e6b650df0a5c2a596f331960c946b050c2dcb198 Mon Sep 17 00:00:00 2001 From: "Dr. Stephen Henson" Date: Thu, 20 Dec 2012 19:01:34 +0000 Subject: [PATCH] oops, revert --- ssl/ssl_locl.h | 6 ------ 1 file changed, 6 deletions(-) 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; -- 2.25.1