]> www.wagner.pp.ru Git - openssl-gost/engine.git/blobdiff - test_context.c
MSVC: No support for GCC's compound statement expressions
[openssl-gost/engine.git] / test_context.c
index fa0d2fab2b4f002768b3bf455b14f3f079a85ae2..293f921076b47745832ff473e1f43c1b0870415b 100644 (file)
 # 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"