From 874099424e2acce040ab4c46131ba90623509534 Mon Sep 17 00:00:00 2001 From: schwarze <> Date: Mon, 14 Sep 2020 14:21:46 +0000 Subject: simplify RETURN VALUES for x509_verify(3) after beck@ made the rules simpler and more consistent in x509_verify.c rev. 1.6; OK beck@ --- src/lib/libcrypto/man/x509_verify.3 | 10 +++------- 1 file 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 @@ -.\" $OpenBSD: x509_verify.3,v 1.1 2020/09/14 12:38:38 beck Exp $ +.\" $OpenBSD: x509_verify.3,v 1.2 2020/09/14 14:21:46 schwarze Exp $ .\" .\" Copyright (c) 2020 Bob Beck .\" @@ -180,12 +180,8 @@ The returned chain is neither copied, nor is its reference count increased. .Sh RETURN VALUES .Fn x509_verify -returns the number of chains successfully built and validated, -or 0 if -.Fa ctx -is -.Dv NULL -or if an error occurs. +returns the number of chains successfully built and validated +or 0 on failure. .Pp .Fn x509_verify_ctx_new returns a newly allocated context or -- cgit v1.2.3-55-g6feb