Loading test/sslapitest.c +2 −0 Original line number Diff line number Diff line Loading @@ -1197,6 +1197,7 @@ static int test_session_with_both_cache(void) #endif } #ifndef OPENSSL_NO_TLS1_3 static SSL_SESSION *sesscache[6]; static int do_cache; Loading Loading @@ -1324,6 +1325,7 @@ static int test_tickets(int idx) return testresult; } #endif #define USE_NULL 0 #define USE_BIO_1 1 Loading Loading
test/sslapitest.c +2 −0 Original line number Diff line number Diff line Loading @@ -1197,6 +1197,7 @@ static int test_session_with_both_cache(void) #endif } #ifndef OPENSSL_NO_TLS1_3 static SSL_SESSION *sesscache[6]; static int do_cache; Loading Loading @@ -1324,6 +1325,7 @@ static int test_tickets(int idx) return testresult; } #endif #define USE_NULL 0 #define USE_BIO_1 1 Loading