X-Git-Url: https://git.openssl.org/gitweb/?p=openssl.git;a=blobdiff_plain;f=test%2Fssl_test_ctx.h;h=047ea8b9cdcbb626fadcd3ff0824738a0b13a99b;hp=83850e4dd8bddb888bb2cba63fa4a1ecdce259f0;hb=ee94aeee7d3e246adae59e1d0b2a59acc44ae9b5;hpb=620c6ad3125d7631f08c37033d1cb4302aef819a;ds=sidebyside diff --git a/test/ssl_test_ctx.h b/test/ssl_test_ctx.h index 83850e4dd8..047ea8b9cd 100644 --- a/test/ssl_test_ctx.h +++ b/test/ssl_test_ctx.h @@ -92,7 +92,7 @@ typedef struct ssl_test_ctx { ssl_session_ticket_t session_ticket_expected; /* Whether the server/client CTX should use DTLS or TLS. */ ssl_test_method_t method; -#ifndef OPENSSL_NO_NEXTPROTONEG + /* * NPN and ALPN protocols supported by the client, server, and second * (SNI) server. A comma-separated list. @@ -105,7 +105,7 @@ typedef struct ssl_test_ctx { char *server_alpn_protocols; char *server2_alpn_protocols; char *expected_alpn_protocol; -#endif + /* Whether to test a resumed/renegotiated handshake. */ ssl_handshake_mode_t handshake_mode; /* Whether the second handshake is resumed or a full handshake (boolean). */