diff options
Diffstat (limited to '')
-rw-r--r-- | src/lib/libcrypto/x509/x509_addr.c | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/src/lib/libcrypto/x509/x509_addr.c b/src/lib/libcrypto/x509/x509_addr.c index d33d4f2f8e..b1ff93d4d0 100644 --- a/src/lib/libcrypto/x509/x509_addr.c +++ b/src/lib/libcrypto/x509/x509_addr.c | |||
@@ -1,4 +1,4 @@ | |||
1 | /* $OpenBSD: x509_addr.c,v 1.79 2022/04/21 04:48:12 tb Exp $ */ | 1 | /* $OpenBSD: x509_addr.c,v 1.80 2022/04/21 05:06:07 tb Exp $ */ |
2 | /* | 2 | /* |
3 | * Contributed to the OpenSSL Project by the American Registry for | 3 | * Contributed to the OpenSSL Project by the American Registry for |
4 | * Internet Numbers ("ARIN"). | 4 | * Internet Numbers ("ARIN"). |
@@ -1774,8 +1774,8 @@ addr_validate_path_internal(X509_STORE_CTX *ctx, STACK_OF(X509) *chain, | |||
1774 | 1774 | ||
1775 | /* | 1775 | /* |
1776 | * Figure out where to start. If we don't have an extension to check, | 1776 | * Figure out where to start. If we don't have an extension to check, |
1777 | * we're done. Otherwise, check canonical form and set up for walking | 1777 | * (either extracted from the leaf or passed by the caller), we're done. |
1778 | * up the chain. | 1778 | * Otherwise, check canonical form and set up for walking up the chain. |
1779 | */ | 1779 | */ |
1780 | if (ext == NULL) { | 1780 | if (ext == NULL) { |
1781 | depth = 0; | 1781 | depth = 0; |