Fix problem with multi line responses in -starttls by using a buffering
authorLutz Jänicke <jaenicke@openssl.org>
Thu, 22 Feb 2007 17:39:47 +0000 (17:39 +0000)
committerLutz Jänicke <jaenicke@openssl.org>
Thu, 22 Feb 2007 17:39:47 +0000 (17:39 +0000)
commitee373e7f190914ce7d95a9011864f4d7c9502c6b
treeda20e18e7c298daa2758b7b649b8032d96c2dbe9
parent8d72476e2b4a00b9702d50e5b57a95ba9c32e41e
Fix problem with multi line responses in -starttls by using a buffering
BIO and BIO_gets().
apps/s_client.c