diff options
Diffstat (limited to 'src/lib/libcrypto/x509/pcy_tree.c')
-rw-r--r-- | src/lib/libcrypto/x509/pcy_tree.c | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/src/lib/libcrypto/x509/pcy_tree.c b/src/lib/libcrypto/x509/pcy_tree.c index be563d2677..050503bdf3 100644 --- a/src/lib/libcrypto/x509/pcy_tree.c +++ b/src/lib/libcrypto/x509/pcy_tree.c | |||
@@ -1,4 +1,4 @@ | |||
1 | /* $OpenBSD: pcy_tree.c,v 1.4 2022/11/26 16:08:54 tb Exp $ */ | 1 | /* $OpenBSD: pcy_tree.c,v 1.5 2022/12/26 07:18:53 jmc Exp $ */ |
2 | /* Written by Dr Stephen N Henson (steve@openssl.org) for the OpenSSL | 2 | /* Written by Dr Stephen N Henson (steve@openssl.org) for the OpenSSL |
3 | * project 2004. | 3 | * project 2004. |
4 | */ | 4 | */ |
@@ -131,7 +131,7 @@ tree_print(char *str, X509_POLICY_TREE *tree, X509_POLICY_LEVEL *curr) | |||
131 | #endif | 131 | #endif |
132 | 132 | ||
133 | /* Initialize policy tree. Return values: | 133 | /* Initialize policy tree. Return values: |
134 | * 0 Some internal error occured. | 134 | * 0 Some internal error occurred. |
135 | * -1 Inconsistent or invalid extensions in certificates. | 135 | * -1 Inconsistent or invalid extensions in certificates. |
136 | * 1 Tree initialized OK. | 136 | * 1 Tree initialized OK. |
137 | * 2 Policy tree is empty. | 137 | * 2 Policy tree is empty. |