Use ChaCha only if prioritized by clnt
[openssl.git] / test / ssl_test_ctx.h
index cec6b77f73ceffeaa4db717f80eec40d886247c7..2d7b0c207fb741b4bc76a8a77ff9f70ec99eaeee 100644 (file)
@@ -210,6 +210,7 @@ typedef struct {
     int use_sctp;
     /* Whether to expect a session id from the server */
     ssl_session_id_t session_id_expected;
+    char *expected_cipher;
 } SSL_TEST_CTX;
 
 const char *ssl_test_result_name(ssl_test_result_t result);