summaryrefslogtreecommitdiff
path: root/src
diff options
context:
space:
mode:
authortb <>2024-11-30 21:21:40 +0000
committertb <>2024-11-30 21:21:40 +0000
commitefdd7d53acef8602b3d5a578a00b2506318a43a6 (patch)
tree2ed92247f3e964a6bc9335b34fb9156228703f4f /src
parent6c999ad5f7acda63eb349f2d951da6735ef28c58 (diff)
downloadopenbsd-efdd7d53acef8602b3d5a578a00b2506318a43a6.tar.gz
openbsd-efdd7d53acef8602b3d5a578a00b2506318a43a6.tar.bz2
openbsd-efdd7d53acef8602b3d5a578a00b2506318a43a6.zip
Meant to split the sentence in two
Diffstat (limited to 'src')
-rw-r--r--src/lib/libcrypto/man/CMS_add0_cert.36
1 files changed, 3 insertions, 3 deletions
diff --git a/src/lib/libcrypto/man/CMS_add0_cert.3 b/src/lib/libcrypto/man/CMS_add0_cert.3
index 1823ba2b34..be9357cc9a 100644
--- a/src/lib/libcrypto/man/CMS_add0_cert.3
+++ b/src/lib/libcrypto/man/CMS_add0_cert.3
@@ -1,4 +1,4 @@
1.\" $OpenBSD: CMS_add0_cert.3,v 1.9 2024/11/30 21:20:44 tb Exp $ 1.\" $OpenBSD: CMS_add0_cert.3,v 1.10 2024/11/30 21:21:40 tb Exp $
2.\" full merge up to: OpenSSL e9b77246 Jan 20 19:58:49 2017 +0100 2.\" full merge up to: OpenSSL e9b77246 Jan 20 19:58:49 2017 +0100
3.\" 3.\"
4.\" This file is a derived work. 4.\" This file is a derived work.
@@ -185,8 +185,8 @@ return the STACK of certificates or CRLs or
185if there are none or an error occurs. 185if there are none or an error occurs.
186Possible errors are that the 186Possible errors are that the
187.Fa cms 187.Fa cms
188type is invalid or memory allocation failure, not all 188type is invalid or memory allocation failure.
189errors result in an error on the error stack. 189Not all errors result in an error on the error stack.
190The returned stack must be freed using the appropriate 190The returned stack must be freed using the appropriate
191macro wrapper of 191macro wrapper of
192.Xr sk_pop_free 3 , 192.Xr sk_pop_free 3 ,