Commit e6b650df authored by Dr. Stephen Henson's avatar Dr. Stephen Henson
Browse files

oops, revert

parent 7b7b667d
Loading
Loading
Loading
Loading
+0 −6
Original line number Diff line number Diff line
@@ -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;