Add support to test_ssl_new for testing with DTLS over SCTP
[openssl.git] / test / ssl_test_ctx.h
index 54cefb6368dc1689c39e2113e8c365d2797f6e57..ebeddde3d7e4e33da2b260c47b8169e9dfaa4cb8 100644 (file)
@@ -198,6 +198,8 @@ typedef struct {
     int expected_client_sign_type;
     /* Expected CA names for client auth */
     STACK_OF(X509_NAME) *expected_client_ca_names;
+    /* Whether to use SCTP for the transport */
+    int use_sctp;
 } SSL_TEST_CTX;
 
 const char *ssl_test_result_name(ssl_test_result_t result);