summaryrefslogtreecommitdiff
path: root/src/regress/lib/libcrypto/x509/constraints.c
diff options
context:
space:
mode:
authortb <>2020-09-18 14:48:38 +0000
committertb <>2020-09-18 14:48:38 +0000
commit8fc2ec9f3b890d255c071df8ab66b6fc83f14016 (patch)
tree5e4a8dc537e0cac93792183b577b9ff3a1373003 /src/regress/lib/libcrypto/x509/constraints.c
parent231084ab33f8a506cd88b0782d7c7bfd0da7ad00 (diff)
downloadopenbsd-8fc2ec9f3b890d255c071df8ab66b6fc83f14016.tar.gz
openbsd-8fc2ec9f3b890d255c071df8ab66b6fc83f14016.tar.bz2
openbsd-8fc2ec9f3b890d255c071df8ab66b6fc83f14016.zip
Use void function argument to appease gcc 4.2.1
Diffstat (limited to 'src/regress/lib/libcrypto/x509/constraints.c')
-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;