summaryrefslogtreecommitdiff
path: root/src/regress/lib/libcrypto/x509/constraints.c
diff options
context:
space:
mode:
authorkn <>2022-10-30 13:27:15 +0000
committerkn <>2022-10-30 13:27:15 +0000
commit4b467892dd02776e02efb52c13f59fa0b9ad8562 (patch)
tree352302599bc3a50d1002124398c46781f6b277cb /src/regress/lib/libcrypto/x509/constraints.c
parent33397b3614e55cc7650f6635c107fce1ff8217aa (diff)
downloadopenbsd-4b467892dd02776e02efb52c13f59fa0b9ad8562.tar.gz
openbsd-4b467892dd02776e02efb52c13f59fa0b9ad8562.tar.bz2
openbsd-4b467892dd02776e02efb52c13f59fa0b9ad8562.zip
The previous commit message out to say this:
--- Fix sparc64 build cc1: warnings being treated as errors .../constraints.c: In function 'test_constraints1': .../constraints.c:451: warning: ISO C90 forbids mixed declarations and code Fix RCS ID while here.
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 e5c37d21cc..8f7017dd7e 100644
--- a/src/regress/lib/libcrypto/x509/constraints.c
+++ b/src/regress/lib/libcrypto/x509/constraints.c
@@ -1,4 +1,4 @@
1/* $OpenBSD: constraints.c,v 1.11 2022/10/30 13:23:49 kn Exp $ */ 1/* $OpenBSD: constraints.c,v 1.12 2022/10/30 13:27:15 kn Exp $ */
2/* 2/*
3 * Copyright (c) 2020 Bob Beck <beck@openbsd.org> 3 * Copyright (c) 2020 Bob Beck <beck@openbsd.org>
4 * 4 *