From: Matt Caswell Date: Fri, 28 Oct 2016 09:09:29 +0000 (+0100) Subject: Remove an unused field in ossl_shim X-Git-Tag: OpenSSL_1_1_1-pre1~3227 X-Git-Url: https://git.librecmc.org/?a=commitdiff_plain;h=a1ca39c02c5507536ee586e787f12f9ea3ea908b;p=oweals%2Fopenssl.git Remove an unused field in ossl_shim Reviewed-by: Richard Levitte --- diff --git a/test/ossl_shim/ossl_shim.cc b/test/ossl_shim/ossl_shim.cc index 5b248b5e86..4da340be2d 100644 --- a/test/ossl_shim/ossl_shim.cc +++ b/test/ossl_shim/ossl_shim.cc @@ -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 session; bool handshake_done = false; // private_key is the underlying private key used when testing custom keys. bssl::UniquePtr private_key;