summaryrefslogtreecommitdiff
path: root/src/regress/lib
diff options
context:
space:
mode:
authortb <>2020-09-18 14:48:38 +0000
committertb <>2020-09-18 14:48:38 +0000
commit5eb3ccc15599f160b42b31239e5aee57aad3f390 (patch)
tree5e4a8dc537e0cac93792183b577b9ff3a1373003 /src/regress/lib
parent0f88328460f3394844d3b50ae33110ce97a7a2f8 (diff)
downloadopenbsd-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.c2
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
350static int 350static int
351test_constraints1() 351test_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;