summaryrefslogtreecommitdiffstats
path: root/demos/engines/cluster_labs/hw_cluster_labs_err.h
diff options
context:
space:
mode:
Diffstat (limited to 'demos/engines/cluster_labs/hw_cluster_labs_err.h')
-rw-r--r--demos/engines/cluster_labs/hw_cluster_labs_err.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/demos/engines/cluster_labs/hw_cluster_labs_err.h b/demos/engines/cluster_labs/hw_cluster_labs_err.h
index 3300e11d89..e9e58d5e31 100644
--- a/demos/engines/cluster_labs/hw_cluster_labs_err.h
+++ b/demos/engines/cluster_labs/hw_cluster_labs_err.h
@@ -67,7 +67,7 @@ extern "C" {
static void ERR_load_CL_strings(void);
static void ERR_unload_CL_strings(void);
static void ERR_CL_error(int function, int reason, char *file, int line);
-# define CLerr(f,r) ERR_CL_error((f),(r),__FILE__,__LINE__)
+# define CLerr(f,r) ERR_CL_error((f),(r),OPENSSL_FILE,OPENSSL_LINE)
/* Error codes for the CL functions. */