diff options
author | tb <> | 2025-03-28 12:34:19 +0000 |
---|---|---|
committer | tb <> | 2025-03-28 12:34:19 +0000 |
commit | 19e8da315396bc5003da5dd84641d319ca06c11f (patch) | |
tree | 287582c141b8dcd3150a753e9ab41332f74c2f7e /src/lib | |
parent | d6c5b751f6ed7e450562f864b8fb8869cfb617fc (diff) | |
download | openbsd-19e8da315396bc5003da5dd84641d319ca06c11f.tar.gz openbsd-19e8da315396bc5003da5dd84641d319ca06c11f.tar.bz2 openbsd-19e8da315396bc5003da5dd84641d319ca06c11f.zip |
x509_policy: certificats -> certificates
Diffstat (limited to 'src/lib')
-rw-r--r-- | src/lib/libcrypto/x509/x509_policy.c | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/src/lib/libcrypto/x509/x509_policy.c b/src/lib/libcrypto/x509/x509_policy.c index 4321a9669d..f3786201a7 100644 --- a/src/lib/libcrypto/x509/x509_policy.c +++ b/src/lib/libcrypto/x509/x509_policy.c | |||
@@ -1,4 +1,4 @@ | |||
1 | /* $OpenBSD: x509_policy.c,v 1.29 2025/01/06 17:42:39 tb Exp $ */ | 1 | /* $OpenBSD: x509_policy.c,v 1.30 2025/03/28 12:34:19 tb Exp $ */ |
2 | /* | 2 | /* |
3 | * Copyright (c) 2022, Google Inc. | 3 | * Copyright (c) 2022, Google Inc. |
4 | * | 4 | * |
@@ -498,7 +498,7 @@ delete_if_mapped(X509_POLICY_NODE *node, void *data) | |||
498 | * with P1 in |parent_policies|. | 498 | * with P1 in |parent_policies|. |
499 | * | 499 | * |
500 | * This is equivalent to the |X509_POLICY_LEVEL| that would result if the next | 500 | * This is equivalent to the |X509_POLICY_LEVEL| that would result if the next |
501 | * certificats contained anyPolicy. |process_certificate_policies| will filter | 501 | * certificates contained anyPolicy. |process_certificate_policies| will filter |
502 | * this result down to compute the actual level. | 502 | * this result down to compute the actual level. |
503 | */ | 503 | */ |
504 | static X509_POLICY_LEVEL * | 504 | static X509_POLICY_LEVEL * |