summaryrefslogtreecommitdiffstats
path: root/engines/e_chil_err.h
diff options
context:
space:
mode:
Diffstat (limited to 'engines/e_chil_err.h')
-rw-r--r--engines/e_chil_err.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/engines/e_chil_err.h b/engines/e_chil_err.h
index d86a4ce9ae..3d961b9340 100644
--- a/engines/e_chil_err.h
+++ b/engines/e_chil_err.h
@@ -67,7 +67,7 @@ extern "C" {
static void ERR_load_HWCRHK_strings(void);
static void ERR_unload_HWCRHK_strings(void);
static void ERR_HWCRHK_error(int function, int reason, char *file, int line);
-# define HWCRHKerr(f,r) ERR_HWCRHK_error((f),(r),__FILE__,__LINE__)
+# define HWCRHKerr(f,r) ERR_HWCRHK_error((f),(r),OPENSSL_FILE,OPENSSL_LINE)
/* Error codes for the HWCRHK functions. */