From ab5b1cf86b7805b63185810fbece905c062e4071 Mon Sep 17 00:00:00 2001 From: =?utf8?q?Lutz=20J=C3=A4nicke?= Date: Mon, 22 Apr 2002 13:55:37 +0000 Subject: [PATCH] ERR_file_name is no longer being used. Submitted by: Reviewed by: PR: --- crypto/err/err.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/crypto/err/err.h b/crypto/err/err.h index 8ce066bf99..cc9bb649ea 100644 --- a/crypto/err/err.h +++ b/crypto/err/err.h @@ -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 :-( */ -- 2.25.1