Latest update.
This commit is contained in:
@@ -17,7 +17,7 @@
|
||||
#include <openssl/err.h>
|
||||
#include <time.h>
|
||||
|
||||
#include "../ssl/packet_locl.h"
|
||||
#include "internal/packet.h"
|
||||
|
||||
#include "testutil.h"
|
||||
|
||||
@@ -89,6 +89,7 @@ static int test_client_hello(int currtest)
|
||||
case TEST_SET_SESSION_TICK_DATA_VER_NEG:
|
||||
#if !defined(OPENSSL_NO_TLS1_3) && defined(OPENSSL_NO_TLS1_2)
|
||||
/* TLSv1.3 is enabled and TLSv1.2 is disabled so can't do this test */
|
||||
SSL_CTX_free(ctx);
|
||||
return 1;
|
||||
#else
|
||||
/* Testing for session tickets <= TLS1.2; not relevant for 1.3 */
|
||||
|
||||
Reference in New Issue
Block a user