X-Git-Url: https://git.openssl.org/gitweb/?p=openssl.git;a=blobdiff_plain;f=test%2Fssl_test_ctx.h;h=6036a02bc90bb356697dfccfb3abb30e82249939;hp=13652b0528d18e10d9c20b7e294b305f8ea7e5c2;hb=cc22cd546bd0b0e1b55c1835403ab564d5f30581;hpb=7b3a4d610731929d4fde15411f9be9b883974980 diff --git a/test/ssl_test_ctx.h b/test/ssl_test_ctx.h index 13652b0528..6036a02bc9 100644 --- a/test/ssl_test_ctx.h +++ b/test/ssl_test_ctx.h @@ -84,6 +84,8 @@ typedef struct { char *npn_protocols; char *alpn_protocols; ssl_ct_validation_t ct_validation; + /* Ciphersuites to set on a renegotiation */ + char *reneg_ciphers; } SSL_TEST_CLIENT_CONF; typedef struct {