]> diplodocus.org Git - nmh/commitdiff
sbr/netsec.c: Report popped TLS error code, don't pop again.
authorRalph Corderoy <ralph@inputplus.co.uk>
Sat, 10 Jun 2017 17:32:08 +0000 (18:32 +0100)
committerRalph Corderoy <ralph@inputplus.co.uk>
Sat, 10 Jun 2017 17:46:40 +0000 (18:46 +0100)
ERR_get_error() pops an error code so having tested that value it should
also be the one that's reported in an error message, not another popped
error code by calling ERR_get_error() again as this misleads as to the
error's cause.


No differences found