aboutsummaryrefslogtreecommitdiff
path: root/test_context.c
diff options
context:
space:
mode:
Diffstat (limited to 'test_context.c')
-rw-r--r--test_context.c7
1 files changed, 4 insertions, 3 deletions
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"