Fix enable session ticket hint
minor string correction, adding a missing `-`gojimmypi-patch-1
parent
f39c0a0330
commit
d85561c454
|
@ -313,7 +313,7 @@ int main(int argc, char** argv)
|
|||
/* Set up to resume the session */
|
||||
if ((ret = wolfSSL_set_session(sslRes, session)) != WOLFSSL_SUCCESS) {
|
||||
fprintf(stderr, "Failed to set session, make sure session tickets "
|
||||
"(--enable-session ticket) is enabled\n");
|
||||
"(--enable-session-ticket) is enabled\n");
|
||||
/*goto exit;*/ /* not fatal */
|
||||
}
|
||||
|
||||
|
|
Loading…
Reference in New Issue