From 8fc2ec9f3b890d255c071df8ab66b6fc83f14016 Mon Sep 17 00:00:00 2001 From: tb <> Date: Fri, 18 Sep 2020 14:48:38 +0000 Subject: Use void function argument to appease gcc 4.2.1 --- src/regress/lib/libcrypto/x509/constraints.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'src') diff --git a/src/regress/lib/libcrypto/x509/constraints.c b/src/regress/lib/libcrypto/x509/constraints.c index 5a61c34d89..c94e22faf7 100644 --- a/src/regress/lib/libcrypto/x509/constraints.c +++ b/src/regress/lib/libcrypto/x509/constraints.c @@ -348,7 +348,7 @@ test_invalid_uri(void) { } static int -test_constraints1() +test_constraints1(void) { char *c; size_t cl; char *d; size_t dl; -- cgit v1.2.3-55-g6feb