diff options
Diffstat (limited to 'src')
-rw-r--r-- | src/lib/libcrypto/man/x509_verify.3 | 10 |
1 files changed, 3 insertions, 7 deletions
diff --git a/src/lib/libcrypto/man/x509_verify.3 b/src/lib/libcrypto/man/x509_verify.3 index 78ec0536d2..b9fe13a54f 100644 --- a/src/lib/libcrypto/man/x509_verify.3 +++ b/src/lib/libcrypto/man/x509_verify.3 | |||
@@ -1,4 +1,4 @@ | |||
1 | .\" $OpenBSD: x509_verify.3,v 1.1 2020/09/14 12:38:38 beck Exp $ | 1 | .\" $OpenBSD: x509_verify.3,v 1.2 2020/09/14 14:21:46 schwarze Exp $ |
2 | .\" | 2 | .\" |
3 | .\" Copyright (c) 2020 Bob Beck <beck@openbsd.org> | 3 | .\" Copyright (c) 2020 Bob Beck <beck@openbsd.org> |
4 | .\" | 4 | .\" |
@@ -180,12 +180,8 @@ The returned chain is neither copied, | |||
180 | nor is its reference count increased. | 180 | nor is its reference count increased. |
181 | .Sh RETURN VALUES | 181 | .Sh RETURN VALUES |
182 | .Fn x509_verify | 182 | .Fn x509_verify |
183 | returns the number of chains successfully built and validated, | 183 | returns the number of chains successfully built and validated |
184 | or 0 if | 184 | or 0 on failure. |
185 | .Fa ctx | ||
186 | is | ||
187 | .Dv NULL | ||
188 | or if an error occurs. | ||
189 | .Pp | 185 | .Pp |
190 | .Fn x509_verify_ctx_new | 186 | .Fn x509_verify_ctx_new |
191 | returns a newly allocated context or | 187 | returns a newly allocated context or |