diff options
| author | tb <> | 2020-09-18 14:48:38 +0000 |
|---|---|---|
| committer | tb <> | 2020-09-18 14:48:38 +0000 |
| commit | 8fc2ec9f3b890d255c071df8ab66b6fc83f14016 (patch) | |
| tree | 5e4a8dc537e0cac93792183b577b9ff3a1373003 /src | |
| parent | 231084ab33f8a506cd88b0782d7c7bfd0da7ad00 (diff) | |
| download | openbsd-8fc2ec9f3b890d255c071df8ab66b6fc83f14016.tar.gz openbsd-8fc2ec9f3b890d255c071df8ab66b6fc83f14016.tar.bz2 openbsd-8fc2ec9f3b890d255c071df8ab66b6fc83f14016.zip | |
Use void function argument to appease gcc 4.2.1
Diffstat (limited to 'src')
| -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; |
