From c026bd36bf6a3bf16aa90381e8702634ce55f977 Mon Sep 17 00:00:00 2001 From: tb Date: Tue, 11 Jun 2024 13:09:02 +0000 Subject: [PATCH] rpki-client: grammar tweak in comment --- usr.sbin/rpki-client/cms.c | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/usr.sbin/rpki-client/cms.c b/usr.sbin/rpki-client/cms.c index 59e19f00c5a..5ef7ebb0d59 100644 --- a/usr.sbin/rpki-client/cms.c +++ b/usr.sbin/rpki-client/cms.c @@ -1,4 +1,4 @@ -/* $OpenBSD: cms.c,v 1.47 2024/06/11 12:44:00 tb Exp $ */ +/* $OpenBSD: cms.c,v 1.48 2024/06/11 13:09:02 tb Exp $ */ /* * Copyright (c) 2019 Kristaps Dzonsons * @@ -291,7 +291,7 @@ cms_parse_validate_internal(X509 **xp, const char *fn, const unsigned char *der, * 1. requested attribute OID is missing * 2. signedAttrs contains multiple attributes with requested OID * 3. attribute with requested OID has multiple values (malformed) - * 4. X509_ATTRIBUTE_get0_data() returns NULL. This is also malformed, + * 4. X509_ATTRIBUTE_get0_data() returned NULL. This is also malformed, * but libcrypto will create, sign, and verify such objects. * Reasons 1 and 2 are excluded because has_ct == 1. We don't know which * one of 3 or 4 we hit. Doesn't matter, drop the garbage on the floor. -- 2.20.1