]> git.ipfire.org Git - thirdparty/openssl.git/commit
ERR: refactor useful inner macros to err_locl.h. Add function name field
authorRichard Levitte <levitte@openssl.org>
Wed, 24 Jul 2019 10:56:58 +0000 (12:56 +0200)
committerRichard Levitte <levitte@openssl.org>
Wed, 31 Jul 2019 04:42:37 +0000 (06:42 +0200)
commit8a4dc425cc73040c55bc01d89c5541e37dab939a
tree79381a41b0118e2261e21829de25255d17f7c0e7
parente039ca38c8d77f1e2f182123727c884aaf2d683d
ERR: refactor useful inner macros to err_locl.h.  Add function name field

The useful inner macros are now static inline functions.  That will
make them easier to debug in the future.

Reviewed-by: Paul Dale <paul.dale@oracle.com>
(Merged from https://github.com/openssl/openssl/pull/9452)
crypto/err/err.c
crypto/err/err_locl.h [new file with mode: 0644]
include/openssl/err.h