From: Ken Hornstein Date: Sat, 1 Oct 2016 05:02:34 +0000 (-0400) Subject: Sigh, the return value from SSL_get_error() isn't suitable to give X-Git-Url: https://diplodocus.org/git/nmh/commitdiff_plain/b797ae637bde7403d5b767bcca4b193cdc5afce2?hp=b797ae637bde7403d5b767bcca4b193cdc5afce2 Sigh, the return value from SSL_get_error() isn't suitable to give to ERR_get_error(), so use a different function to get the error. ---