diff options
author | tb <> | 2022-04-21 05:06:07 +0000 |
---|---|---|
committer | tb <> | 2022-04-21 05:06:07 +0000 |
commit | 19ea024653f9c697178192399b7448cba83bf56f (patch) | |
tree | fa6c4e9eaf983173def2794295b280e574089aaa /src/lib/libcrypto/x509/x509_asid.c | |
parent | 10d8ec22a81b906974b9ddc26f92c35523c5284c (diff) | |
download | openbsd-19ea024653f9c697178192399b7448cba83bf56f.tar.gz openbsd-19ea024653f9c697178192399b7448cba83bf56f.tar.bz2 openbsd-19ea024653f9c697178192399b7448cba83bf56f.zip |
Clarify comments at the start of {asid,addr}_validate_path_internal()
Requested by jsing
Diffstat (limited to 'src/lib/libcrypto/x509/x509_asid.c')
-rw-r--r-- | src/lib/libcrypto/x509/x509_asid.c | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/src/lib/libcrypto/x509/x509_asid.c b/src/lib/libcrypto/x509/x509_asid.c index 5f43b3030d..514b88bc0e 100644 --- a/src/lib/libcrypto/x509/x509_asid.c +++ b/src/lib/libcrypto/x509/x509_asid.c | |||
@@ -1,4 +1,4 @@ | |||
1 | /* $OpenBSD: x509_asid.c,v 1.31 2022/04/21 04:48:12 tb Exp $ */ | 1 | /* $OpenBSD: x509_asid.c,v 1.32 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"). |
@@ -999,9 +999,9 @@ asid_validate_path_internal(X509_STORE_CTX *ctx, STACK_OF(X509) *chain, | |||
999 | goto err; | 999 | goto err; |
1000 | 1000 | ||
1001 | /* | 1001 | /* |
1002 | * Figure out where to start. If we don't have an extension to | 1002 | * Figure out where to start. If we don't have an extension to check, |
1003 | * check, we're done. Otherwise, check canonical form and | 1003 | * (either extracted from the leaf or passed by the caller), we're done. |
1004 | * set up for walking up the chain. | 1004 | * Otherwise, check canonical form and set up for walking up the chain. |
1005 | */ | 1005 | */ |
1006 | if (ext != NULL) { | 1006 | if (ext != NULL) { |
1007 | i = -1; | 1007 | i = -1; |