diff options
author | tb <> | 2023-05-07 07:11:50 +0000 |
---|---|---|
committer | tb <> | 2023-05-07 07:11:50 +0000 |
commit | 4ac9e674dafe62f852352fcabb3b299c10dfa747 (patch) | |
tree | 6ac42c966a5a60ca10bfe82ab356e63a58018c08 | |
parent | 88f02d1099c0e1cdb83aeb5e2d3d9e918bd33ad4 (diff) | |
download | openbsd-4ac9e674dafe62f852352fcabb3b299c10dfa747.tar.gz openbsd-4ac9e674dafe62f852352fcabb3b299c10dfa747.tar.bz2 openbsd-4ac9e674dafe62f852352fcabb3b299c10dfa747.zip |
Remove a misplaced empty line
-rw-r--r-- | src/lib/libcrypto/x509/x509_verify.c | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/src/lib/libcrypto/x509/x509_verify.c b/src/lib/libcrypto/x509/x509_verify.c index ccdf256a1f..ca4814d938 100644 --- a/src/lib/libcrypto/x509/x509_verify.c +++ b/src/lib/libcrypto/x509/x509_verify.c | |||
@@ -1,4 +1,4 @@ | |||
1 | /* $OpenBSD: x509_verify.c,v 1.65 2023/04/28 16:50:16 beck Exp $ */ | 1 | /* $OpenBSD: x509_verify.c,v 1.66 2023/05/07 07:11:50 tb Exp $ */ |
2 | /* | 2 | /* |
3 | * Copyright (c) 2020-2021 Bob Beck <beck@openbsd.org> | 3 | * Copyright (c) 2020-2021 Bob Beck <beck@openbsd.org> |
4 | * | 4 | * |
@@ -275,7 +275,6 @@ x509_verify_ctx_cert_is_root(struct x509_verify_ctx *ctx, X509 *cert, | |||
275 | cert)) != NULL) { | 275 | cert)) != NULL) { |
276 | X509_free(match); | 276 | X509_free(match); |
277 | return x509_verify_check_chain_end(cert, full_chain); | 277 | return x509_verify_check_chain_end(cert, full_chain); |
278 | |||
279 | } | 278 | } |
280 | } else { | 279 | } else { |
281 | /* Check the provided roots */ | 280 | /* Check the provided roots */ |