Skip to content
This repository was archived by the owner on Apr 10, 2025. It is now read-only.

Commit 8c29ea9

Browse files
committed
QUIC: Fix use of create_a_psk
1 parent e18ca2c commit 8c29ea9

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

test/sslapitest.c

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10399,7 +10399,7 @@ static int quic_setupearly_data_test(SSL_CTX **cctx, SSL_CTX **sctx,
1039910399
return 0;
1040010400

1040110401
if (idx == 2) {
10402-
clientpsk = create_a_psk(*clientssl);
10402+
clientpsk = create_a_psk(*clientssl, SHA384_DIGEST_LENGTH);
1040310403
if (!TEST_ptr(clientpsk)
1040410404
|| !TEST_true(SSL_SESSION_set_max_early_data(clientpsk,
1040510405
0xffffffffu))

0 commit comments

Comments
 (0)