Use for loop in WPACKET_fill_lengths instead of do...while
authorMatt Caswell <matt@openssl.org>
Fri, 27 Jan 2017 12:05:52 +0000 (12:05 +0000)
committerMatt Caswell <matt@openssl.org>
Mon, 30 Jan 2017 10:18:24 +0000 (10:18 +0000)
commitfed60a781c3da1e91aa90df68f062bf577a2b24a
treedde6c1dbae995bc077369029659d6278fe54c830
parent34f7245ba0a5381867e1ea0b7520106218e5bbb1
Use for loop in WPACKET_fill_lengths instead of do...while

Based on review feedback

Reviewed-by: Rich Salz <rsalz@openssl.org>
(Merged from https://github.com/openssl/openssl/pull/2259)
ssl/packet.c