summaryrefslogtreecommitdiff
path: root/src/regress/lib/libcrypto/x509/expirecallback.c
diff options
context:
space:
mode:
Diffstat (limited to 'src/regress/lib/libcrypto/x509/expirecallback.c')
-rw-r--r--src/regress/lib/libcrypto/x509/expirecallback.c4
1 files changed, 2 insertions, 2 deletions
diff --git a/src/regress/lib/libcrypto/x509/expirecallback.c b/src/regress/lib/libcrypto/x509/expirecallback.c
index 88cef6fd01..bd3f568f86 100644
--- a/src/regress/lib/libcrypto/x509/expirecallback.c
+++ b/src/regress/lib/libcrypto/x509/expirecallback.c
@@ -1,4 +1,4 @@
1/* $OpenBSD: expirecallback.c,v 1.3 2023/01/28 19:12:20 tb Exp $ */ 1/* $OpenBSD: expirecallback.c,v 1.4 2024/08/23 12:56:26 anton Exp $ */
2/* 2/*
3 * Copyright (c) 2020 Joel Sing <jsing@openbsd.org> 3 * Copyright (c) 2020 Joel Sing <jsing@openbsd.org>
4 * Copyright (c) 2020-2021 Bob Beck <beck@openbsd.org> 4 * Copyright (c) 2020-2021 Bob Beck <beck@openbsd.org>
@@ -172,7 +172,7 @@ verify_cert(const char *roots_dir, const char *roots_file,
172 } 172 }
173 173
174 if (*error == 0) 174 if (*error == 0)
175 errx(1, "Error unset on failure!\n"); 175 errx(1, "Error unset on failure!");
176 176
177 fprintf(stderr, "failed to verify at %d: %s\n", 177 fprintf(stderr, "failed to verify at %d: %s\n",
178 *error_depth, X509_verify_cert_error_string(*error)); 178 *error_depth, X509_verify_cert_error_string(*error));