Explicitly shut the socket down in s_client
[openssl.git] / test / ssl_test_ctx_test.c
index d064511df2993694e188304d0c63fd701c4c30bb..70ebb2a0bd2df88e06fa9a56d68353cd01cf05a2 100644 (file)
@@ -93,6 +93,8 @@ static int testctx_eq(SSL_TEST_CTX *ctx, SSL_TEST_CTX *ctx2)
                             ctx2->expected_npn_protocol)
             || !TEST_str_eq(ctx->expected_alpn_protocol,
                             ctx2->expected_alpn_protocol)
+            || !TEST_str_eq(ctx->expected_cipher,
+                            ctx2->expected_cipher)
             || !TEST_int_eq(ctx->resumption_expected,
                             ctx2->resumption_expected)
             || !TEST_int_eq(ctx->session_id_expected,