diff options
Diffstat (limited to 'src/regress/lib/libcrypto/x509/callbackfailures.c')
-rw-r--r-- | src/regress/lib/libcrypto/x509/callbackfailures.c | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/src/regress/lib/libcrypto/x509/callbackfailures.c b/src/regress/lib/libcrypto/x509/callbackfailures.c index 53570e1532..9230122146 100644 --- a/src/regress/lib/libcrypto/x509/callbackfailures.c +++ b/src/regress/lib/libcrypto/x509/callbackfailures.c | |||
@@ -1,4 +1,4 @@ | |||
1 | /* $OpenBSD: callbackfailures.c,v 1.2 2023/01/28 19:12:20 tb Exp $ */ | 1 | /* $OpenBSD: callbackfailures.c,v 1.3 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> |
@@ -167,7 +167,7 @@ verify_cert(const char *roots_dir, const char *roots_file, | |||
167 | 167 | ||
168 | verify_err = X509_STORE_CTX_get_error(xsc); | 168 | verify_err = X509_STORE_CTX_get_error(xsc); |
169 | if (verify_err == 0) | 169 | if (verify_err == 0) |
170 | errx(1, "Error unset on failure!\n"); | 170 | errx(1, "Error unset on failure!"); |
171 | 171 | ||
172 | fprintf(stderr, "failed to verify at %d: %s\n", | 172 | fprintf(stderr, "failed to verify at %d: %s\n", |
173 | X509_STORE_CTX_get_error_depth(xsc), | 173 | X509_STORE_CTX_get_error_depth(xsc), |