Update openssl error handling. 01/71501/5
authorKrzysztof Jackiewicz <k.jackiewicz@samsung.com>
Fri, 27 May 2016 06:55:01 +0000 (08:55 +0200)
committerKrzysztof Jackiewicz <k.jackiewicz@samsung.com>
Fri, 27 May 2016 07:52:28 +0000 (09:52 +0200)
commitb40ccdbcc5e7b475fa264ec7f4c9e9a8aab93285
tree6f4a1d09c6ce724de317a1b884ab7bf6ee47d600
parent80e761d90050d81f5c33415b98c6f0fdd19671d3
Update openssl error handling.

ERROR_DUMP always clears the error queue. ERROR_CLEAR clears the queue
silently. One of them has to be called after an openssl error. ERROR_DUMP
should be called for errors that we do not recognize. ERROR_CLEAR for other
errors.

Change-Id: I90844271378a87f4897f66c9664edf60bcb1e218
src/debug.c
src/internal.h