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 Oct 26, 2023
1 parent 10b6c58 commit 3429273
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 3429273

Please sign in to comment.