From af9675e75a5f9087f525d4d8fe5c66104fbcf970 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Lutz=20J=C3=A4nicke?= Date: Mon, 22 Apr 2002 13:54:50 +0000 Subject: ERR_file_name is no longer being used. --- crypto/err/err.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'crypto/err') diff --git a/crypto/err/err.h b/crypto/err/err.h index bf1d09dc8e..76dc9e45d4 100644 --- a/crypto/err/err.h +++ b/crypto/err/err.h @@ -159,7 +159,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__) #define ECDSAerr(f,r) ERR_PUT_error(ERR_LIB_ECDSA,(f),(r),__FILE__,__LINE__) /* Borland C seems too stupid to be able to shift and do longs in -- cgit v1.2.3