ERR_file_name is no longer being used.
authorLutz Jänicke <jaenicke@openssl.org>
Mon, 22 Apr 2002 13:55:37 +0000 (13:55 +0000)
committerLutz Jänicke <jaenicke@openssl.org>
Mon, 22 Apr 2002 13:55:37 +0000 (13:55 +0000)
Submitted by:
Reviewed by:
PR:

crypto/err/err.h

index 8ce066bf99442a6bba85e842959d6068cf01e306..cc9bb649eafff9b7c253c3127dfc9e99c5c24765 100644 (file)
@@ -158,7 +158,7 @@ typedef struct err_state_st
 #define ENGINEerr(f,r) ERR_PUT_error(ERR_LIB_ENGINE,(f),(r),__FILE__,__LINE__)
 #define OCSPerr(f,r) ERR_PUT_error(ERR_LIB_OCSP,(f),(r),__FILE__,__LINE__)
 #define UIerr(f,r) ERR_PUT_error(ERR_LIB_UI,(f),(r),__FILE__,__LINE__)
-#define COMPerr(f,r) ERR_PUT_error(ERR_LIB_COMP,(f),(r),ERR_file_name,__LINE__)
+#define COMPerr(f,r) ERR_PUT_error(ERR_LIB_COMP,(f),(r),__FILE__,__LINE__)
 
 /* Borland C seems too stupid to be able to shift and do longs in
  * the pre-processor :-( */