CVSROOT:        /cvs
Module name:    src
Changes by:     js...@cvs.openbsd.org   2022/02/06 09:11:58

Modified files:
        lib/libssl     : ssl_lib.c 

Log message:
Remove i <= 0 checks from SSL_get_error()

In order for SSL_get_error() to work with SSL_read_ex() and SSL_write_ex()
the error handling needs to be performed without checking i <= 0. This is
effectively part of OpenSSL 8051ab2b6f8 and should bring the behaviour of
SSL_get_error() largely inline with OpenSSL 1.1.

Issue reported by Johannes Nixdorf.

ok inoguchi@ tb@

Reply via email to