diff options
author | tb <> | 2025-03-28 13:11:57 +0000 |
---|---|---|
committer | tb <> | 2025-03-28 13:11:57 +0000 |
commit | d823f169e68973ca6dac6c0a85568eff05339694 (patch) | |
tree | f6bf0a349d592725254eccb2dad12e5245072366 /src/lib | |
parent | 19e8da315396bc5003da5dd84641d319ca06c11f (diff) | |
download | openbsd-d823f169e68973ca6dac6c0a85568eff05339694.tar.gz openbsd-d823f169e68973ca6dac6c0a85568eff05339694.tar.bz2 openbsd-d823f169e68973ca6dac6c0a85568eff05339694.zip |
x509_policy: zap an extra s
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 f3786201a7..d93760755d 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.30 2025/03/28 12:34:19 tb Exp $ */ | 1 | /* $OpenBSD: x509_policy.c,v 1.31 2025/03/28 13:11:57 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 | * certificates contained anyPolicy. |process_certificate_policies| will filter | 501 | * certificate 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 * |