Skip to content

Commit

Permalink
QUIC: Fix use of create_a_psk
Browse files Browse the repository at this point in the history
  • Loading branch information
tmshort committed Jan 30, 2024
1 parent e18ca2c commit 8c29ea9
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 @@ -10399,7 +10399,7 @@ static int quic_setupearly_data_test(SSL_CTX **cctx, SSL_CTX **sctx,
return 0;

if (idx == 2) {
clientpsk = create_a_psk(*clientssl);
clientpsk = create_a_psk(*clientssl, SHA384_DIGEST_LENGTH);
if (!TEST_ptr(clientpsk)
|| !TEST_true(SSL_SESSION_set_max_early_data(clientpsk,
0xffffffffu))
Expand Down

0 comments on commit 8c29ea9

Please sign in to comment.