fix openssl protability test (#28499)

pull/28499/merge
ZhenLian 3 years ago committed by GitHub
parent 10b2b50569
commit ded999b1e5
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
  1. 3
      test/core/tsi/crl_ssl_transport_security_test.cc

@ -180,6 +180,9 @@ class CrlSslTransportSecurityTest
? expect_server_success
: !use_revoked_server_cert_;
#else
// If using OpenSSL version < 1.1, the CRL revocation won't be enabled
// anyways, so we always expect the connection to be successful.
expect_server_success = true;
bool expect_client_success = expect_server_success;
#endif
tsi_peer peer;

Loading…
Cancel
Save