X-Git-Url: http://wagner.pp.ru/gitweb/?a=blobdiff_plain;f=test_context.c;h=293f921076b47745832ff473e1f43c1b0870415b;hb=141dc82447a18bc8660032216b9b42758c80d335;hp=fa0d2fab2b4f002768b3bf455b14f3f079a85ae2;hpb=b2b9839e2c43d7919f3d7a5a8266ab1cfaf58b8f;p=openssl-gost%2Fengine.git diff --git a/test_context.c b/test_context.c index fa0d2fa..293f921 100644 --- a/test_context.c +++ b/test_context.c @@ -15,9 +15,10 @@ # include "gost_lcl.h" #endif -#define T(e) if (!(e)) {\ - ERR_print_errors_fp(stderr);\ - OpenSSLDie(__FILE__, __LINE__, #e);\ +#define T(e) \ + if (!(e)) { \ + ERR_print_errors_fp(stderr); \ + OpenSSLDie(__FILE__, __LINE__, #e); \ } #define cRED "\033[1;31m"