]> git.ipfire.org Git - thirdparty/haproxy.git/commit
BUILD/CLEANUP: ssl: Check BIO_reset() return code
authorThierry FOURNIER / OZON.IO <thierry.fournier@ozon.io>
Thu, 13 Oct 2016 22:49:21 +0000 (00:49 +0200)
committerWilly Tarreau <w@1wt.eu>
Mon, 24 Oct 2016 17:13:12 +0000 (19:13 +0200)
commitd44ea3f77cee3c7edc5f7bfb065326dc031d5ed6
tree8b2abacd1bc050ffa465e5b842669307d5544402
parent8b068c2993b2483e32ee66eb7498ae16f0692906
BUILD/CLEANUP: ssl: Check BIO_reset() return code

The BIO_reset function can fails, and the error is not processed.
This patch just take in account the return code of the BIO_reset()
function.
src/ssl_sock.c