diff options
| author | tb <> | 2024-11-30 21:21:40 +0000 |
|---|---|---|
| committer | tb <> | 2024-11-30 21:21:40 +0000 |
| commit | ded6e7374797af99a483f44cf2704c07df4ace4c (patch) | |
| tree | 2ed92247f3e964a6bc9335b34fb9156228703f4f /src/lib/libc | |
| parent | 2492c731f166baf3d13ba82610fdb8de9563acb7 (diff) | |
| download | openbsd-ded6e7374797af99a483f44cf2704c07df4ace4c.tar.gz openbsd-ded6e7374797af99a483f44cf2704c07df4ace4c.tar.bz2 openbsd-ded6e7374797af99a483f44cf2704c07df4ace4c.zip | |
Meant to split the sentence in two
Diffstat (limited to '')
| -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 , |
