projects
/
oweals
/
openssl.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
5e28b1c
)
TEST_check macro: don't end with semi
author
Emilia Kasper
<emilia@openssl.org>
Tue, 1 Nov 2016 14:12:32 +0000
(15:12 +0100)
committer
Emilia 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
patch
|
blob
|
history
diff --git
a/test/testutil.h
b/test/testutil.h
index 14b7b09800c9295ff9d2602476a38bf7e7f163ac..68d202adb15d6a6161be0fbd00b54b2b9496c67e 100644
(file)
--- 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)