summaryrefslogtreecommitdiff
path: root/src
diff options
context:
space:
mode:
authortb <>2026-08-31 05:32:44 +0000
committertb <>2026-08-31 05:32:44 +0000
commit5471ccd27004998ad13a0c5be24c003a685e5d68 (patch)
tree3800b2f6d3b7f3ddaf8fc5a57b2f716d7d4c08f1 /src
parentd4f69be24acd0d607319a5c5b393f466db73796a (diff)
downloadopenbsd-5471ccd27004998ad13a0c5be24c003a685e5d68.tar.gz
openbsd-5471ccd27004998ad13a0c5be24c003a685e5d68.tar.bz2
openbsd-5471ccd27004998ad13a0c5be24c003a685e5d68.zip
pkcs7test: missing article
Diffstat (limited to 'src')
-rw-r--r--src/regress/lib/libcrypto/pkcs7/pkcs7test.c4
1 files changed, 2 insertions, 2 deletions
diff --git a/src/regress/lib/libcrypto/pkcs7/pkcs7test.c b/src/regress/lib/libcrypto/pkcs7/pkcs7test.c
index 2ad93c4fe6..2843b66b40 100644
--- a/src/regress/lib/libcrypto/pkcs7/pkcs7test.c
+++ b/src/regress/lib/libcrypto/pkcs7/pkcs7test.c
@@ -1,4 +1,4 @@
1/* $OpenBSD: pkcs7test.c,v 1.9 2026/08/31 04:25:08 tb Exp $ */ 1/* $OpenBSD: pkcs7test.c,v 1.10 2026/08/31 05:32:44 tb Exp $ */
2/* 2/*
3 * Copyright (c) 2014 Joel Sing <jsing@openbsd.org> 3 * Copyright (c) 2014 Joel Sing <jsing@openbsd.org>
4 * Copyright (c) 2026 Theo Buehler <tb@openbsd.org> 4 * Copyright (c) 2026 Theo Buehler <tb@openbsd.org>
@@ -322,7 +322,7 @@ pkcs7_stream_missing_content_nid(int nid)
322 name = OBJ_nid2sn(nid); 322 name = OBJ_nid2sn(nid);
323 323
324 /* 324 /*
325 * Create PKCS7 object with Content Type corresponding to nid 325 * Create a PKCS7 object with Content Type corresponding to nid
326 * and omit the optional content. 326 * and omit the optional content.
327 */ 327 */
328 328