]> git.ipfire.org Git - thirdparty/openssl.git/commit
Diverse ERR fixes
authorRichard Levitte <levitte@openssl.org>
Sun, 1 Sep 2019 08:58:19 +0000 (10:58 +0200)
committerRichard Levitte <levitte@openssl.org>
Mon, 2 Sep 2019 09:01:25 +0000 (11:01 +0200)
commit586dd674f57e0df08b76388f2680dc1b2c8c81f5
tree4b35a45d8df144a40a7f390da61d8ad75e26bf5e
parente592dbde6ff177a43cf66a95c59d101afb74cf5d
Diverse ERR fixes

1.  There are still references to the removed ERR_put_func_error().
2.  ERR_put_error() is deprecated as off version 3.0, so should
    ERR_PUT_error().
3.  'no-err' didn't affect what was passed to ERR_set_debug().

Fixes #9522

Reviewed-by: Matt Caswell <matt@openssl.org>
(Merged from https://github.com/openssl/openssl/pull/9747)
include/openssl/err.h