aboutsummaryrefslogtreecommitdiff
path: root/engines/e_dasync_err.h
diff options
context:
space:
mode:
authorViktor Szakats <vszakats@users.noreply.github.com>2016-02-28 21:35:22 +0100
committerRich Salz <rsalz@openssl.org>2016-02-29 17:10:45 -0500
commit8448b69df2396336e3a3b228ba56fdb6deb1383b (patch)
tree9736c35a5659b73489d6be839383e166190b8e8b /engines/e_dasync_err.h
parent99ba9fd02fd481eb971023a3a0a251a37eb87e4c (diff)
downloadopenssl-8448b69df2396336e3a3b228ba56fdb6deb1383b.zip
openssl-8448b69df2396336e3a3b228ba56fdb6deb1383b.tar.gz
openssl-8448b69df2396336e3a3b228ba56fdb6deb1383b.tar.bz2
GH758: e_dasync_err.h: honor no-filenames option
Signed-off-by: Rich Salz <rsalz@openssl.org> Reviewed-by: Richard Levitte <levitte@openssl.org>
Diffstat (limited to 'engines/e_dasync_err.h')
-rw-r--r--engines/e_dasync_err.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/engines/e_dasync_err.h b/engines/e_dasync_err.h
index 943bfec..a34a099 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. */