From c7c2afee290d39587db2a7ad8ef2fa45eaf92be3 Mon Sep 17 00:00:00 2001 From: kn Date: Sun, 30 Oct 2022 13:27:15 +0000 Subject: [PATCH] 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. --- regress/lib/libcrypto/x509/constraints.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/regress/lib/libcrypto/x509/constraints.c b/regress/lib/libcrypto/x509/constraints.c index e5c37d21ccf..8f7017dd7eb 100644 --- a/regress/lib/libcrypto/x509/constraints.c +++ b/regress/lib/libcrypto/x509/constraints.c @@ -1,4 +1,4 @@ -/* $OpenBSD: constraints.c,v 1.11 2022/10/30 13:23:49 kn Exp $ */ +/* $OpenBSD: constraints.c,v 1.12 2022/10/30 13:27:15 kn Exp $ */ /* * Copyright (c) 2020 Bob Beck * -- 2.20.1