Skip to content

Commit d85561c

Browse files
author
gojimmypi
authored
Fix enable session ticket hint
minor string correction, adding a missing `-`
1 parent f39c0a0 commit d85561c

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)