mirror of
https://github.com/openssl/openssl.git
synced 2025-04-06 20:20:50 +08:00
Remove an unused field in ossl_shim
Reviewed-by: Richard Levitte <levitte@openssl.org>
This commit is contained in:
parent
e8585479a1
commit
a1ca39c02c
@ -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;
|
||||
|
Loading…
x
Reference in New Issue
Block a user