projects
/
oweals
/
openssl.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
e858547
)
Remove an unused field in ossl_shim
author
Matt Caswell
<matt@openssl.org>
Fri, 28 Oct 2016 09:09:29 +0000
(10:09 +0100)
committer
Matt Caswell
<matt@openssl.org>
Fri, 4 Nov 2016 10:38:54 +0000
(10:38 +0000)
Reviewed-by: Richard Levitte <levitte@openssl.org>
test/ossl_shim/ossl_shim.cc
patch
|
blob
|
history
diff --git
a/test/ossl_shim/ossl_shim.cc
b/test/ossl_shim/ossl_shim.cc
index 5b248b5e865166563a8c351d98d3828e5d996e4e..4da340be2d48cc6c8b7a0046bbcda728680fe5c6 100644
(file)
--- 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;