mirror of
https://github.com/openssl/openssl.git
synced 2024-11-27 05:21:51 +08:00
Really deprecate the old NAMEerr() macros
Reviewed-by: Paul Dale <paul.dale@oracle.com> (Merged from https://github.com/openssl/openssl/pull/13320)
This commit is contained in:
parent
bf57cab74b
commit
b06e70b868
@ -123,7 +123,7 @@ struct err_state_st {
|
||||
|
||||
# define ERR_LIB_USER 128
|
||||
|
||||
# if 1 || !defined(OPENSSL_NO_DEPRECATED_3_0)
|
||||
# ifndef OPENSSL_NO_DEPRECATED_3_0
|
||||
# define ASN1err(f, r) ERR_raise_data(ERR_LIB_ASN1, (r), NULL)
|
||||
# define ASYNCerr(f, r) ERR_raise_data(ERR_LIB_ASYNC, (r), NULL)
|
||||
# define BIOerr(f, r) ERR_raise_data(ERR_LIB_BIO, (r), NULL)
|
||||
|
Loading…
Reference in New Issue
Block a user