Log Message: |
OpenSSL 3.0 no longer uses function in error
"function" is no longer used in packed errors, see e.g.
https://github.com/openssl/openssl/pull/9058
We need to make sure that we do not still set them using ERR_PACK(), since that
would overwrite the library name instead.
|