提交 8448b69d 编写于 作者: V Viktor Szakats 提交者: Rich Salz

GH758: e_dasync_err.h: honor no-filenames option

Signed-off-by: NRich Salz <rsalz@openssl.org>
Reviewed-by: NRichard Levitte <levitte@openssl.org>
上级 99ba9fd0
......@@ -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. */
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册