From 824692d17bab6253d4686f666ec6d77a1bf474b5 Mon Sep 17 00:00:00 2001 From: tb <> Date: Fri, 22 May 2026 04:41:35 +0000 Subject: rfc3779 regress: tweak order of variable declarations --- src/regress/lib/libcrypto/x509/rfc3779/rfc3779.c | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'src') diff --git a/src/regress/lib/libcrypto/x509/rfc3779/rfc3779.c b/src/regress/lib/libcrypto/x509/rfc3779/rfc3779.c index f811749461..b02c60e8c2 100644 --- a/src/regress/lib/libcrypto/x509/rfc3779/rfc3779.c +++ b/src/regress/lib/libcrypto/x509/rfc3779/rfc3779.c @@ -1,4 +1,4 @@ -/* $OpenBSD: rfc3779.c,v 1.13 2026/05/21 13:14:57 tb Exp $ */ +/* $OpenBSD: rfc3779.c,v 1.14 2026/05/22 04:41:35 tb Exp $ */ /* * Copyright (c) 2021 Theo Buehler * @@ -2029,8 +2029,8 @@ run_IPAddressFamily_cmp_ub_test(void) IPAddressFamily *af = NULL; const unsigned char *p; unsigned char *out = NULL; - unsigned int nlri_safi = 4; int out_len = 0; + unsigned int nlri_safi = 4; int failed = 1; if ((addrs = IPAddrBlocks_new()) == NULL) { -- cgit v1.2.3-55-g6feb