diff options
author | tb <> | 2024-11-30 21:21:40 +0000 |
---|---|---|
committer | tb <> | 2024-11-30 21:21:40 +0000 |
commit | efdd7d53acef8602b3d5a578a00b2506318a43a6 (patch) | |
tree | 2ed92247f3e964a6bc9335b34fb9156228703f4f /src | |
parent | 6c999ad5f7acda63eb349f2d951da6735ef28c58 (diff) | |
download | openbsd-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.3 | 6 |
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 | |||
185 | if there are none or an error occurs. | 185 | if there are none or an error occurs. |
186 | Possible errors are that the | 186 | Possible errors are that the |
187 | .Fa cms | 187 | .Fa cms |
188 | type is invalid or memory allocation failure, not all | 188 | type is invalid or memory allocation failure. |
189 | errors result in an error on the error stack. | 189 | Not all errors result in an error on the error stack. |
190 | The returned stack must be freed using the appropriate | 190 | The returned stack must be freed using the appropriate |
191 | macro wrapper of | 191 | macro wrapper of |
192 | .Xr sk_pop_free 3 , | 192 | .Xr sk_pop_free 3 , |