summaryrefslogtreecommitdiff
path: root/src/lib/libcrypto/x509/x509_addr.c
diff options
context:
space:
mode:
authortb <>2022-04-21 05:06:07 +0000
committertb <>2022-04-21 05:06:07 +0000
commit106b2ee6127c0e5ab116c558eb753a302c84fd6c (patch)
treefa6c4e9eaf983173def2794295b280e574089aaa /src/lib/libcrypto/x509/x509_addr.c
parente21f6219beb8da2cd4f2c2c089d77590e75ccbd4 (diff)
downloadopenbsd-106b2ee6127c0e5ab116c558eb753a302c84fd6c.tar.gz
openbsd-106b2ee6127c0e5ab116c558eb753a302c84fd6c.tar.bz2
openbsd-106b2ee6127c0e5ab116c558eb753a302c84fd6c.zip
Clarify comments at the start of {asid,addr}_validate_path_internal()
Requested by jsing
Diffstat (limited to 'src/lib/libcrypto/x509/x509_addr.c')
-rw-r--r--src/lib/libcrypto/x509/x509_addr.c6
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;