aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMatt Caswell <matt@openssl.org>2016-10-28 10:09:29 +0100
committerMatt Caswell <matt@openssl.org>2016-11-04 10:38:54 +0000
commita1ca39c02c5507536ee586e787f12f9ea3ea908b (patch)
tree4cee99a51af24f612cbb67eed52537941a4638a3
parente8585479a1541a722c5399ed53749cf3b0915e64 (diff)
downloadopenssl-a1ca39c02c5507536ee586e787f12f9ea3ea908b.zip
openssl-a1ca39c02c5507536ee586e787f12f9ea3ea908b.tar.gz
openssl-a1ca39c02c5507536ee586e787f12f9ea3ea908b.tar.bz2
Remove an unused field in ossl_shim
Reviewed-by: Richard Levitte <levitte@openssl.org>
-rw-r--r--test/ossl_shim/ossl_shim.cc1
1 files changed, 0 insertions, 1 deletions
diff --git a/test/ossl_shim/ossl_shim.cc b/test/ossl_shim/ossl_shim.cc
index 5b248b5..4da340b 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<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;