Latest update - 34f5c8b1

This commit is contained in:
2018-09-14 11:08:29 +09:00
parent f12926b943
commit 35c315d2f3
4 changed files with 19 additions and 10 deletions
+5
View File
@@ -1622,6 +1622,11 @@ int s_server_main(int argc, char *argv[])
goto end;
}
#endif
if (early_data && (www > 0 || rev)) {
BIO_printf(bio_err,
"Can't use -early_data in combination with -www, -WWW, -HTTP, or -rev\n");
goto end;
}
#ifndef OPENSSL_NO_SCTP
if (protocol == IPPROTO_SCTP) {