]> granicus.if.org Git - openssl/commit
Use get_last_sys_error() instead of get_last_rtl_error()
authorRichard Levitte <levitte@openssl.org>
Thu, 26 Apr 2018 07:59:22 +0000 (09:59 +0200)
committerRichard Levitte <levitte@openssl.org>
Thu, 26 Apr 2018 13:03:10 +0000 (15:03 +0200)
commite00fa4ee53e05fac63b5a25f8e9ea71a1ec59c33
tree2c27d69bb4154ea36cb71a2c31ee52d523b7e4aa
parent096adcf28ab75ec0bd83ce2cb7f0ba197ba4268f
Use  get_last_sys_error() instead of get_last_rtl_error()

get_last_sys_error() already exists, so there's no need for yet
another macro that fulfills the same purpose.

Fixes #4120

Reviewed-by: Andy Polyakov <appro@openssl.org>
(Merged from https://github.com/openssl/openssl/pull/6088)

(cherry picked from commit b4c35656441929ce6f6be112648d637cba51dc91)
crypto/bio/b_sock.c