diff options
-rw-r--r-- | src/lib/libcrypto/x509/x509_asid.c | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/src/lib/libcrypto/x509/x509_asid.c b/src/lib/libcrypto/x509/x509_asid.c index 78141b3fb9..2b4f09d6e6 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.27 2021/12/24 02:28:52 tb Exp $ */ | 1 | /* $OpenBSD: x509_asid.c,v 1.28 2021/12/24 02:30:15 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"). |
@@ -1128,7 +1128,7 @@ X509v3_asid_validate_path(X509_STORE_CTX *ctx) | |||
1128 | * Test whether chain covers extension. | 1128 | * Test whether chain covers extension. |
1129 | */ | 1129 | */ |
1130 | int | 1130 | int |
1131 | X509v3_asid_validate_resource_set(STACK_OF(X509)*chain, ASIdentifiers *ext, | 1131 | X509v3_asid_validate_resource_set(STACK_OF(X509) *chain, ASIdentifiers *ext, |
1132 | int allow_inheritance) | 1132 | int allow_inheritance) |
1133 | { | 1133 | { |
1134 | if (ext == NULL) | 1134 | if (ext == NULL) |