TEST_check macro: don't end with semi
authorEmilia Kasper <emilia@openssl.org>
Tue, 1 Nov 2016 14:12:32 +0000 (15:12 +0100)
committerEmilia Kasper <emilia@openssl.org>
Wed, 2 Nov 2016 10:34:25 +0000 (11:34 +0100)
Reviewed-by: Rich Salz <rsalz@openssl.org>
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)