Get rid of '#define ERR_file_name __FILE__', which is unnecessary indirection.
authorBodo Möller <bodo@openssl.org>
Thu, 8 Mar 2001 11:45:44 +0000 (11:45 +0000)
committerBodo Möller <bodo@openssl.org>
Thu, 8 Mar 2001 11:45:44 +0000 (11:45 +0000)
commit4de633dd5f53ed83504781d85a705e57defaacbb
treec94e81d8ec27a3637b7d04e21cd082f47bb6bf61
parent91f29a38a014618f580e76f067859440ccc39392
Get rid of '#define ERR_file_name __FILE__', which is unnecessary indirection.
(It cannot possibly help to avoid duplicate 'name of file' strings
in object files because the preprocessor does not work at object file
level.)
crypto/asn1/asn1_mac.h
crypto/err/err.h