Remove OPENSSL_NO_AES guards
[openssl.git] / engines / e_capi_err.h
index 8a0e5c5f466f29acac138a792a86c1f6644484da..01ec2efaec0b9d108fa897fca47b9ee79e33ce40 100644 (file)
@@ -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. */