diff options
author | tb <> | 2020-09-18 14:48:38 +0000 |
---|---|---|
committer | tb <> | 2020-09-18 14:48:38 +0000 |
commit | 5eb3ccc15599f160b42b31239e5aee57aad3f390 (patch) | |
tree | 5e4a8dc537e0cac93792183b577b9ff3a1373003 /src/regress/lib | |
parent | 0f88328460f3394844d3b50ae33110ce97a7a2f8 (diff) | |
download | openbsd-5eb3ccc15599f160b42b31239e5aee57aad3f390.tar.gz openbsd-5eb3ccc15599f160b42b31239e5aee57aad3f390.tar.bz2 openbsd-5eb3ccc15599f160b42b31239e5aee57aad3f390.zip |
Use void function argument to appease gcc 4.2.1
Diffstat (limited to 'src/regress/lib')
-rw-r--r-- | src/regress/lib/libcrypto/x509/constraints.c | 2 |
1 files changed, 1 insertions, 1 deletions
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) { | |||
348 | } | 348 | } |
349 | 349 | ||
350 | static int | 350 | static int |
351 | test_constraints1() | 351 | test_constraints1(void) |
352 | { | 352 | { |
353 | char *c; size_t cl; | 353 | char *c; size_t cl; |
354 | char *d; size_t dl; | 354 | char *d; size_t dl; |