[openssl-commits] [openssl] master update
Richard Levitte
levitte at openssl.org
Tue Oct 31 10:36:40 UTC 2017
The branch master has been updated
via e433ac3c4f6dda1c77bc245ca0abb56970f67d5a (commit)
from 3ba70235be29cc39df7d859df2894c9de2961019 (commit)
- Log -----------------------------------------------------------------
commit e433ac3c4f6dda1c77bc245ca0abb56970f67d5a
Author: Dr. Matthias St. Pierre <Matthias.St.Pierre at ncp-e.com>
Date: Tue Oct 31 00:10:06 2017 +0100
testutil.h: Remove duplicate test macros
A block of six TEST_int_xy() macro definitions was duplicated.
Reviewed-by: Matt Caswell <matt at openssl.org>
Reviewed-by: Richard Levitte <levitte at openssl.org>
(Merged from https://github.com/openssl/openssl/pull/4624)
-----------------------------------------------------------------------
Summary of changes:
test/testutil.h | 7 -------
1 file changed, 7 deletions(-)
diff --git a/test/testutil.h b/test/testutil.h
index 1e18ea1..006bfb3 100644
--- a/test/testutil.h
+++ b/test/testutil.h
@@ -294,13 +294,6 @@ void test_perror(const char *s);
# define TEST_int_gt(a, b) test_int_gt(__FILE__, __LINE__, #a, #b, a, b)
# define TEST_int_ge(a, b) test_int_ge(__FILE__, __LINE__, #a, #b, a, b)
-# define TEST_int_eq(a, b) test_int_eq(__FILE__, __LINE__, #a, #b, a, b)
-# define TEST_int_ne(a, b) test_int_ne(__FILE__, __LINE__, #a, #b, a, b)
-# define TEST_int_lt(a, b) test_int_lt(__FILE__, __LINE__, #a, #b, a, b)
-# define TEST_int_le(a, b) test_int_le(__FILE__, __LINE__, #a, #b, a, b)
-# define TEST_int_gt(a, b) test_int_gt(__FILE__, __LINE__, #a, #b, a, b)
-# define TEST_int_ge(a, b) test_int_ge(__FILE__, __LINE__, #a, #b, a, b)
-
# define TEST_uint_eq(a, b) test_uint_eq(__FILE__, __LINE__, #a, #b, a, b)
# define TEST_uint_ne(a, b) test_uint_ne(__FILE__, __LINE__, #a, #b, a, b)
# define TEST_uint_lt(a, b) test_uint_lt(__FILE__, __LINE__, #a, #b, a, b)
More information about the openssl-commits
mailing list