7c0e20dc6f
The new building block are ERR_new(), ERR_set_debug(), ERR_set_error(), ERR_vset_error(), which allocate a new error record and set the diverse data in them. They are designed in such a way that it's reasonably easy to create macros that use all of them but then rely completely on the function signature of ERR_set_error() or ERR_vset_error(). Reviewed-by: Paul Dale <paul.dale@oracle.com> (Merged from https://github.com/openssl/openssl/pull/9452)
3 lines
94 B
Text
3 lines
94 B
Text
LIBS=../../libcrypto
|
|
SOURCE[../../libcrypto]=\
|
|
err_blocks.c err.c err_all.c err_prn.c
|