summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--src/lib/libcrypto/x509/x509_policy.c6
1 files changed, 3 insertions, 3 deletions
diff --git a/src/lib/libcrypto/x509/x509_policy.c b/src/lib/libcrypto/x509/x509_policy.c
index 0da16b9487..2208f3f018 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.27 2024/03/02 11:20:36 tb Exp $ */ 1/* $OpenBSD: x509_policy.c,v 1.28 2024/11/14 18:47:31 tb Exp $ */
2/* 2/*
3 * Copyright (c) 2022, Google Inc. 3 * Copyright (c) 2022, Google Inc.
4 * 4 *
@@ -31,8 +31,8 @@
31#define X509_R_INVALID_POLICY_EXTENSION 201 31#define X509_R_INVALID_POLICY_EXTENSION 201
32 32
33/* 33/*
34 * This file computes the X.509 policy tree, as described in RFC 5280, section 34 * This file computes the X.509 policy tree, as described in RFC 5280,
35 * 6.1. It differs in that: 35 * section 6.1 and RFC 9618. It differs in that:
36 * 36 *
37 * (1) It does not track "qualifier_set". This is not needed as it is not 37 * (1) It does not track "qualifier_set". This is not needed as it is not
38 * output by this implementation. 38 * output by this implementation.