From: Viktor Szakats Date: Sun, 28 Feb 2016 20:35:22 +0000 (+0100) Subject: GH758: e_dasync_err.h: honor no-filenames option X-Git-Tag: OpenSSL_1_1_0-pre4~436 X-Git-Url: https://git.openssl.org/gitweb/?p=openssl.git;a=commitdiff_plain;h=8448b69df2396336e3a3b228ba56fdb6deb1383b GH758: e_dasync_err.h: honor no-filenames option Signed-off-by: Rich Salz Reviewed-by: Richard Levitte --- diff --git a/engines/e_dasync_err.h b/engines/e_dasync_err.h index 943bfec39b..a34a099392 100644 --- a/engines/e_dasync_err.h +++ b/engines/e_dasync_err.h @@ -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. */