mirror of
https://github.com/openssl/openssl.git
synced 2025-02-17 14:32:04 +08:00
GH758: e_dasync_err.h: honor no-filenames option
Signed-off-by: Rich Salz <rsalz@openssl.org> Reviewed-by: Richard Levitte <levitte@openssl.org>
This commit is contained in:
parent
99ba9fd02f
commit
8448b69df2
@ -66,7 +66,7 @@ extern "C" {
|
||||
static void ERR_load_DASYNC_strings(void);
|
||||
static void ERR_unload_DASYNC_strings(void);
|
||||
static void ERR_DASYNC_error(int function, int reason, char *file, int line);
|
||||
#define DASYNCerr(f,r) ERR_DASYNC_error((f),(r),__FILE__,__LINE__)
|
||||
#define DASYNCerr(f,r) ERR_DASYNC_error((f),(r),OPENSSL_FILE,OPENSSL_LINE)
|
||||
|
||||
/* Error codes for the DASYNC functions. */
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user