commit | 0e7a32b55e8c5b1ec7c2bb755213d076390cc55e | [log] [tgz] |
---|---|---|
author | Andy Polyakov <appro@openssl.org> | Sat Jul 05 23:56:54 2014 +0200 |
committer | Andy Polyakov <appro@openssl.org> | Sat Jul 05 23:56:54 2014 +0200 |
tree | f524e4a07c38c248b51b9d22d4b582415d37974f | |
parent | 375a64e3496c7576a7dbcfdf9a549bf2693506e8 [diff] [blame] |
s3_pkt.c: fix typo.
diff --git a/ssl/s3_pkt.c b/ssl/s3_pkt.c index dab2bd7..8fc3bb4 100644 --- a/ssl/s3_pkt.c +++ b/ssl/s3_pkt.c
@@ -714,7 +714,7 @@ 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 */