]> www.wagner.pp.ru Git - openssl-gost/engine.git/blobdiff - test_ciphers.c
MSVC: No support for GCC's compound statement expressions
[openssl-gost/engine.git] / test_ciphers.c
index ddf572dbd30c9a455635d5a8031a659c82cc09dd..2e923a7853a9083a4eb7fdef9c86fbf2dff9c379 100644 (file)
 #endif
 #include <stdlib.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); \
+    }
 
 #define cRED   "\033[1;31m"
 #define cDRED  "\033[0;31m"