提交 dd73193c 编写于 作者: B Bodo Möller

Honor BUFSIZZ definition in s_server, don't use tiny 32 byte

buffer (which leads to truncation of client cipher list).
上级 4ad378ea
......@@ -153,7 +153,7 @@ static DH *get_dh512(void)
#undef BUFSIZZ
#define BUFSIZZ 16*1024
static int bufsize=32;
static int bufsize=BUFSIZZ;
static int accept_socket= -1;
#define TEST_CERT "server.pem"
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册