diff options
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 , |