s3_pkt.c: move ssl3_release_write_buffer to ssl3_write_bytes.
authorAndy Polyakov <appro@openssl.org>
Wed, 5 Feb 2014 12:57:10 +0000 (13:57 +0100)
committerAndy Polyakov <appro@openssl.org>
Wed, 5 Feb 2014 12:57:10 +0000 (13:57 +0100)
commit3ef477c69f2fd39549123d7b0b869029b46cf989
treea0533a81afc59a5aeaa14c6721eac63f5554e5dc
parent24e20db4aa18ff8a6f67ae7faf80cf2b99f8b74a
s3_pkt.c: move ssl3_release_write_buffer to ssl3_write_bytes.

If application has more data than maximum fragment, hold to buffer
for whole write, as opposite to per-fragment strategy.
ssl/s3_pkt.c