[openssl-commits] [openssl] master update
Emilia Kasper
emilia at openssl.org
Wed Nov 2 10:34:51 UTC 2016
The branch master has been updated
via ffd3d0ef34aac46c06379cc50d38c5c0324c3d4c (commit)
from 5e28b1c1e048eef600dc49820934a5e1531186d4 (commit)
- Log -----------------------------------------------------------------
commit ffd3d0ef34aac46c06379cc50d38c5c0324c3d4c
Author: Emilia Kasper <emilia at openssl.org>
Date: Tue Nov 1 15:12:32 2016 +0100
TEST_check macro: don't end with semi
Reviewed-by: Rich Salz <rsalz at openssl.org>
-----------------------------------------------------------------------
Summary of changes:
test/testutil.h | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/test/testutil.h b/test/testutil.h
index 14b7b09..68d202a 100644
--- a/test/testutil.h
+++ b/test/testutil.h
@@ -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)
More information about the openssl-commits
mailing list