Commit a1ca39c0 authored by Matt Caswell's avatar Matt Caswell
Browse files

Remove an unused field in ossl_shim

parent e8585479
Loading
Loading
Loading
Loading
+0 −1
Original line number Diff line number Diff line
@@ -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;