summaryrefslogtreecommitdiff
path: root/src
diff options
context:
space:
mode:
authorkn <>2022-10-30 13:27:15 +0000
committerkn <>2022-10-30 13:27:15 +0000
commitabe2a93fc705791f43b61086d2537bd1f4614a29 (patch)
tree352302599bc3a50d1002124398c46781f6b277cb /src
parentd2d3f3c2b0de475e96098d57846d5aeec325f46e (diff)
downloadopenbsd-abe2a93fc705791f43b61086d2537bd1f4614a29.tar.gz
openbsd-abe2a93fc705791f43b61086d2537bd1f4614a29.tar.bz2
openbsd-abe2a93fc705791f43b61086d2537bd1f4614a29.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')
-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 *