summaryrefslogtreecommitdiff
path: root/src
diff options
context:
space:
mode:
Diffstat (limited to 'src')
-rw-r--r--src/regress/lib/libcrypto/x509/rfc3779/rfc3779.c4
1 files changed, 2 insertions, 2 deletions
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 @@
1/* $OpenBSD: rfc3779.c,v 1.13 2026/05/21 13:14:57 tb Exp $ */ 1/* $OpenBSD: rfc3779.c,v 1.14 2026/05/22 04:41:35 tb Exp $ */
2/* 2/*
3 * Copyright (c) 2021 Theo Buehler <tb@openbsd.org> 3 * Copyright (c) 2021 Theo Buehler <tb@openbsd.org>
4 * 4 *
@@ -2029,8 +2029,8 @@ run_IPAddressFamily_cmp_ub_test(void)
2029 IPAddressFamily *af = NULL; 2029 IPAddressFamily *af = NULL;
2030 const unsigned char *p; 2030 const unsigned char *p;
2031 unsigned char *out = NULL; 2031 unsigned char *out = NULL;
2032 unsigned int nlri_safi = 4;
2033 int out_len = 0; 2032 int out_len = 0;
2033 unsigned int nlri_safi = 4;
2034 int failed = 1; 2034 int failed = 1;
2035 2035
2036 if ((addrs = IPAddrBlocks_new()) == NULL) { 2036 if ((addrs = IPAddrBlocks_new()) == NULL) {