summaryrefslogtreecommitdiffstats
path: root/engines/e_ubsec_err.h
diff options
context:
space:
mode:
Diffstat (limited to 'engines/e_ubsec_err.h')
-rw-r--r--engines/e_ubsec_err.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/engines/e_ubsec_err.h b/engines/e_ubsec_err.h
index c8aec7c323..67110edc57 100644
--- a/engines/e_ubsec_err.h
+++ b/engines/e_ubsec_err.h
@@ -67,7 +67,7 @@ extern "C" {
static void ERR_load_UBSEC_strings(void);
static void ERR_unload_UBSEC_strings(void);
static void ERR_UBSEC_error(int function, int reason, char *file, int line);
-# define UBSECerr(f,r) ERR_UBSEC_error((f),(r),__FILE__,__LINE__)
+# define UBSECerr(f,r) ERR_UBSEC_error((f),(r),OPENSSL_FILE,OPENSSL_LINE)
/* Error codes for the UBSEC functions. */