diff options
Diffstat (limited to 'test/v3ext.c')
-rw-r--r-- | test/v3ext.c | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/test/v3ext.c b/test/v3ext.c index 9305a3010bf8..710e5252447e 100644 --- a/test/v3ext.c +++ b/test/v3ext.c @@ -1,5 +1,5 @@ /* - * Copyright 2016-2024 The OpenSSL Project Authors. All Rights Reserved. + * Copyright 2016-2025 The OpenSSL Project Authors. All Rights Reserved. * * Licensed under the Apache License 2.0 (the "License"). You may not use * this file except in compliance with the License. You can obtain a copy @@ -311,7 +311,7 @@ static int test_addr_fam_len(void) goto end; testresult = 1; - end: + end: /* Free stack and any memory owned by detached element */ IPAddressFamily_free(f1); sk_IPAddressFamily_pop_free(addr, IPAddressFamily_free); |