From: Lutz Jänicke Date: Mon, 22 Apr 2002 13:55:37 +0000 (+0000) Subject: ERR_file_name is no longer being used. X-Git-Tag: OpenSSL_0_9_7-beta1~89 X-Git-Url: https://git.librecmc.org/?a=commitdiff_plain;h=ab5b1cf86b7805b63185810fbece905c062e4071;p=oweals%2Fopenssl.git ERR_file_name is no longer being used. Submitted by: Reviewed by: PR: --- 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 :-( */