X-Git-Url: https://git.openssl.org/?p=openssl.git;a=blobdiff_plain;f=crypto%2Fengine%2Feng_int.h;h=0eee21163a97a541a071f8f7ad9162b75078744e;hp=8122922717d3c34de6f68f7d6cf86bd00af7a38d;hb=3ba84717a0ac76785935efcca50ab80e1e2f5564;hpb=4277cf909103efff5773fdfa072f05dccb769c5b diff --git a/crypto/engine/eng_int.h b/crypto/engine/eng_int.h index 8122922717..0eee21163a 100644 --- a/crypto/engine/eng_int.h +++ b/crypto/engine/eng_int.h @@ -86,7 +86,7 @@ extern "C" { (unsigned int)(e), (isfunct ? "funct" : "struct"), \ ((isfunct) ? ((e)->funct_ref - (diff)) : ((e)->struct_ref - (diff))), \ ((isfunct) ? (e)->funct_ref : (e)->struct_ref), \ - (__FILE__), (__LINE__)) + (OPENSSL_FILE), (OPENSSL_LINE)) # else @@ -134,7 +134,7 @@ ENGINE *engine_table_select(ENGINE_TABLE **table, int nid); # else ENGINE *engine_table_select_tmp(ENGINE_TABLE **table, int nid, const char *f, int l); -# define engine_table_select(t,n) engine_table_select_tmp(t,n,__FILE__,__LINE__) +# define engine_table_select(t,n) engine_table_select_tmp(t,n,OPENSSL_FILE,OPENSSL_LINE) # endif typedef void (engine_table_doall_cb) (int nid, STACK_OF(ENGINE) *sk, ENGINE *def, void *arg);