The branch master has been updated
       via  8448b69df2396336e3a3b228ba56fdb6deb1383b (commit)
      from  99ba9fd02fd481eb971023a3a0a251a37eb87e4c (commit)


- Log -----------------------------------------------------------------
commit 8448b69df2396336e3a3b228ba56fdb6deb1383b
Author: Viktor Szakats <vszak...@users.noreply.github.com>
Date:   Sun Feb 28 21:35:22 2016 +0100

    GH758: e_dasync_err.h: honor no-filenames option
    
    Signed-off-by: Rich Salz <rs...@openssl.org>
    Reviewed-by: Richard Levitte <levi...@openssl.org>

-----------------------------------------------------------------------

Summary of changes:
 engines/e_dasync_err.h | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/engines/e_dasync_err.h b/engines/e_dasync_err.h
index 943bfec..a34a099 100644
--- a/engines/e_dasync_err.h
+++ b/engines/e_dasync_err.h
@@ -66,7 +66,7 @@ extern "C" {
 static void ERR_load_DASYNC_strings(void);
 static void ERR_unload_DASYNC_strings(void);
 static void ERR_DASYNC_error(int function, int reason, char *file, int line);
-#define DASYNCerr(f,r) ERR_DASYNC_error((f),(r),__FILE__,__LINE__)
+#define DASYNCerr(f,r) ERR_DASYNC_error((f),(r),OPENSSL_FILE,OPENSSL_LINE)
 
 /* Error codes for the DASYNC functions. */
 
_____
openssl-commits mailing list
To unsubscribe: https://mta.openssl.org/mailman/listinfo/openssl-commits

Reply via email to