Skip to content

Commit 7d373b1

Browse files
authored
Merge pull request #394 from wolfSSL/gojimmypi-patch-1
Fix enable session ticket hint
2 parents f39c0a0 + d85561c commit 7d373b1

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

tls/client-tls13-resume.c

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -313,7 +313,7 @@ int main(int argc, char** argv)
313313
/* Set up to resume the session */
314314
if ((ret = wolfSSL_set_session(sslRes, session)) != WOLFSSL_SUCCESS) {
315315
fprintf(stderr, "Failed to set session, make sure session tickets "
316-
"(--enable-session ticket) is enabled\n");
316+
"(--enable-session-ticket) is enabled\n");
317317
/*goto exit;*/ /* not fatal */
318318
}
319319

0 commit comments

Comments
 (0)