summaryrefslogtreecommitdiffstats
path: root/demos/engines/zencod/hw_zencod_err.h
diff options
context:
space:
mode:
Diffstat (limited to 'demos/engines/zencod/hw_zencod_err.h')
-rw-r--r--demos/engines/zencod/hw_zencod_err.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/demos/engines/zencod/hw_zencod_err.h b/demos/engines/zencod/hw_zencod_err.h
index f4a8358814..94d3293d59 100644
--- a/demos/engines/zencod/hw_zencod_err.h
+++ b/demos/engines/zencod/hw_zencod_err.h
@@ -67,7 +67,7 @@ extern "C" {
static void ERR_load_ZENCOD_strings(void);
static void ERR_unload_ZENCOD_strings(void);
static void ERR_ZENCOD_error(int function, int reason, char *file, int line);
-# define ZENCODerr(f,r) ERR_ZENCOD_error((f),(r),__FILE__,__LINE__)
+# define ZENCODerr(f,r) ERR_ZENCOD_error((f),(r),OPENSSL_FILE,OPENSSL_LINE)
/* Error codes for the ZENCOD functions. */