X-Git-Url: https://wagner.pp.ru/gitweb/?a=blobdiff_plain;ds=sidebyside;f=test_keyexpimp.c;h=d7e0e09e241478e0b5d957c097ce49e74a020377;hb=a0d13491d28ee12e1c5517a0684a571be96fc7a5;hp=7c40927cc9f03f91e36f009bc53a02e3263f4cbd;hpb=a90ad6ce8f4cd876b5a8897b66ef49fb50b378cd;p=openssl-gost%2Fengine.git diff --git a/test_keyexpimp.c b/test_keyexpimp.c index 7c40927..d7e0e09 100644 --- a/test_keyexpimp.c +++ b/test_keyexpimp.c @@ -15,9 +15,10 @@ #include "e_gost_err.h" #include "gost_grasshopper_cipher.h" -#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); \ } static void hexdump(FILE *f, const char *title, const unsigned char *s, int l)