Skip to content

Commit

Permalink
fixup! Add a test for session cache overflow
Browse files Browse the repository at this point in the history
  • Loading branch information
mattcaswell committed Apr 5, 2024
1 parent 0b70089 commit 6b039f2
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion test/sslapitest.c
Original file line number Diff line number Diff line change
Expand Up @@ -9207,7 +9207,7 @@ static int test_session_cache_overflow(int idx)
int testresult = 0;
SSL_SESSION *sess = NULL;

#ifdef OPENSSL_NO_TLS1_3
#ifdef OSSL_NO_USABLE_TLS1_3
/* If no TLSv1.3 available then do nothing in this case */
if (idx % 2 == 0)
return TEST_skip("No TLSv1.3 available");
Expand Down

0 comments on commit 6b039f2

Please sign in to comment.