summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authortb <>2025-01-06 17:42:39 +0000
committertb <>2025-01-06 17:42:39 +0000
commit78183ca54d855ead05b8fd18a997bc865042039f (patch)
treea0adcaf78c4269e2df8d97f429c50c2070cf7bfd
parente9a187c6b244ff6784adf35f41e477a76bb3779b (diff)
downloadopenbsd-78183ca54d855ead05b8fd18a997bc865042039f.tar.gz
openbsd-78183ca54d855ead05b8fd18a997bc865042039f.tar.bz2
openbsd-78183ca54d855ead05b8fd18a997bc865042039f.zip
typo: slighty -> slightly
-rw-r--r--src/lib/libcrypto/x509/x509_policy.c4
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 2208f3f018..4321a9669d 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.28 2024/11/14 18:47:31 tb Exp $ */ 1/* $OpenBSD: x509_policy.c,v 1.29 2025/01/06 17:42:39 tb Exp $ */
2/* 2/*
3 * Copyright (c) 2022, Google Inc. 3 * Copyright (c) 2022, Google Inc.
4 * 4 *
@@ -398,7 +398,7 @@ process_certificate_policies(const X509 *x509, X509_POLICY_LEVEL *level,
398 398
399 /* 399 /*
400 * This does the same thing as RFC 5280, section 6.1.3, step (d), 400 * This does the same thing as RFC 5280, section 6.1.3, step (d),
401 * though in a slighty different order. |level| currently contains 401 * though in a slightly different order. |level| currently contains
402 * "expected_policy_set" values of the previous level. 402 * "expected_policy_set" values of the previous level.
403 * See |process_policy_mappings| for details. 403 * See |process_policy_mappings| for details.
404 */ 404 */