From: Ken Hornstein Date: Wed, 31 May 2017 15:53:47 +0000 (-0400) Subject: Use original error code from OpenSSL. X-Git-Url: https://diplodocus.org/git/nmh/commitdiff_plain/06fff87f275c3577a962537d44c558649285d8e4?hp=06fff87f275c3577a962537d44c558649285d8e4 Use original error code from OpenSSL. Reuse the error code we already retrieved from OpenSSL, otherwise the error might be cleared the next time we call ERR_get_error(). ---