提交 0e7a32b5 编写于 作者: A Andy Polyakov

s3_pkt.c: fix typo.

上级 375a64e3
......@@ -714,7 +714,7 @@ int ssl3_write_bytes(SSL *s, int type, const void *buf_, int len)
int packlen;
/* minimize address aliasing conflicts */
if ((max_send_fragment&0xffff) == 0)
if ((max_send_fragment&0xfff) == 0)
max_send_fragment -= 512;
if (tot==0 || wb->buf==NULL) /* allocate jumbo buffer */
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册