Remove an unused field in ossl_shim

Reviewed-by: Richard Levitte <levitte@openssl.org>
This commit is contained in:
Matt Caswell 2016-10-28 10:09:29 +01:00
parent e8585479a1
commit a1ca39c02c

View File

@ -83,7 +83,6 @@ struct TestState {
// packeted_bio is the packeted BIO which simulates read timeouts.
BIO *packeted_bio = nullptr;
bool cert_ready = false;
bssl::UniquePtr<SSL_SESSION> session;
bool handshake_done = false;
// private_key is the underlying private key used when testing custom keys.
bssl::UniquePtr<EVP_PKEY> private_key;