testutil: always print errors on failure
[openssl.git] / test / testutil.h
index 14b7b09800c9295ff9d2602476a38bf7e7f163ac..68d202adb15d6a6161be0fbd00b54b2b9496c67e 100644 (file)
@@ -108,4 +108,4 @@ int strings_equal(const char *desc, const char *s1, const char *s2);
             ERR_print_errors_fp(stderr);        \
             OPENSSL_assert(!#condition);        \
         }                                       \
-    } while (0);
+    } while (0)