summaryrefslogtreecommitdiffstats
path: root/engines
diff options
context:
space:
mode:
authorDavid Woodhouse <David.Woodhouse@intel.com>2016-02-17 17:04:47 -0500
committerRich Salz <rsalz@openssl.org>2016-02-17 17:04:47 -0500
commit3ba84717a0ac76785935efcca50ab80e1e2f5564 (patch)
tree21d4a0fc727df2c3af38f739057076bdbea1ba3a /engines
parent4277cf909103efff5773fdfa072f05dccb769c5b (diff)
Reviewed-by: Tim Hudson <tjh@openssl.org>
Diffstat (limited to 'engines')
-rw-r--r--engines/e_capi_err.h2
-rw-r--r--engines/e_chil_err.h2
-rw-r--r--engines/e_ossltest_err.h2
-rw-r--r--engines/e_ubsec_err.h2
4 files changed, 4 insertions, 4 deletions
diff --git a/engines/e_capi_err.h b/engines/e_capi_err.h
index 8a0e5c5f46..01ec2efaec 100644
--- a/engines/e_capi_err.h
+++ b/engines/e_capi_err.h
@@ -67,7 +67,7 @@ extern "C" {
static void ERR_load_CAPI_strings(void);
static void ERR_unload_CAPI_strings(void);
static void ERR_CAPI_error(int function, int reason, char *file, int line);
-# define CAPIerr(f,r) ERR_CAPI_error((f),(r),__FILE__,__LINE__)
+# define CAPIerr(f,r) ERR_CAPI_error((f),(r),OPENSSL_FILE,OPENSSL_LINE)
/* Error codes for the CAPI functions. */
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. */
diff --git a/engines/e_ossltest_err.h b/engines/e_ossltest_err.h
index b46eb05c1c..b30509dc40 100644
--- a/engines/e_ossltest_err.h
+++ b/engines/e_ossltest_err.h
@@ -67,7 +67,7 @@ extern "C" {
static void ERR_load_OSSLTEST_strings(void);
static void ERR_unload_OSSLTEST_strings(void);
static void ERR_OSSLTEST_error(int function, int reason, char *file, int line);
-# define OSSLTESTerr(f,r) ERR_OSSLTEST_error((f),(r),__FILE__,__LINE__)
+# define OSSLTESTerr(f,r) ERR_OSSLTEST_error((f),(r),OPENSSL_FILE,OPENSSL_LINE)
/* Error codes for the OSSLTEST functions. */
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. */