mirror of
https://github.com/openssl/openssl.git
synced 2025-03-31 20:10:45 +08:00
s3_pkt.c: fix typo.
This commit is contained in:
parent
375a64e349
commit
0e7a32b55e
@ -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 */
|
||||
|
Loading…
x
Reference in New Issue
Block a user