Add a test for renegotiation with EXTMS dropped
[openssl.git] / test / ssl_test_ctx.h
index 29a989abc81147eb25956e57fbdf8ca4ddd4e55f..d08c415fd23ec7c71c991c0087321eb773347ea6 100644 (file)
@@ -110,6 +110,8 @@ typedef struct {
     char *srp_password;
     /* PHA enabled */
     int enable_pha;
+    /* Do not send extms on renegotiation */
+    int no_extms_on_reneg;
 } SSL_TEST_CLIENT_CONF;
 
 typedef struct {