summaryrefslogtreecommitdiffstats
path: root/crypto/err
diff options
context:
space:
mode:
authorLutz Jänicke <jaenicke@openssl.org>2002-04-22 13:54:50 +0000
committerLutz Jänicke <jaenicke@openssl.org>2002-04-22 13:54:50 +0000
commitaf9675e75a5f9087f525d4d8fe5c66104fbcf970 (patch)
treef82fdd024c78c8db2624c5186efb810867b1eef0 /crypto/err
parent8b2f9cdfad0ccdc7903c497bf3faabb6c54dfcd8 (diff)
ERR_file_name is no longer being used.
Diffstat (limited to 'crypto/err')
-rw-r--r--crypto/err/err.h2
1 files changed, 1 insertions, 1 deletions
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