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;