The previous commit message out to say this:
authorkn <kn@openbsd.org>
Sun, 30 Oct 2022 13:27:15 +0000 (13:27 +0000)
committerkn <kn@openbsd.org>
Sun, 30 Oct 2022 13:27:15 +0000 (13:27 +0000)
---
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

index e5c37d2..8f7017d 100644 (file)
@@ -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 <beck@openbsd.org>
  *