Re: [PATCH] Remove the use of the ERR_GET_FUNC() macro

2022-06-15 Thread Evgeny Kotkov
Denis Kovalchuk writes: > The ERR_GET_FUNC() macro was removed in OpenSSL 3.0 [1]: > > [[[ > Removal of function code from the error codes > > The function code part of the error code is now always set to 0. For that > reason the ERR_GET_FUNC() macro was removed. Applications must resolve the > e

[PATCH] Remove the use of the ERR_GET_FUNC() macro

2022-06-15 Thread Denis Kovalchuk
Hello! The ERR_GET_FUNC() macro was removed in OpenSSL 3.0 [1]: [[[ Removal of function code from the error codes The function code part of the error code is now always set to 0. For that reason the ERR_GET_FUNC() macro was removed. Applications must resolve the error codes only using the librar