Skip to content

Commit

Permalink
Really deprecate the old NAMEerr() macros
Browse files Browse the repository at this point in the history
Reviewed-by: Paul Dale <[email protected]>
(Merged from openssl#13320)
  • Loading branch information
levitte committed Nov 18, 2020
1 parent bf57cab commit b06e70b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion include/openssl/err.h.in
Original file line number Diff line number Diff line change
Expand Up @@ -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)
Expand Down

0 comments on commit b06e70b

Please sign in to comment.