From 857d4a0d9c185d935d49d6679a337ad0011c0db6 Mon Sep 17 00:00:00 2001 From: Ingo Schwarze Date: Fri, 6 Jan 2017 19:34:23 +0000 Subject: Replace two dangling .Xrs to sk_*() macros with .Fn; reported by jmc@. The safestack stuff is the most ill-designed user interface i have seen so far in OpenSSL. It looks positively undocumentable. At least i'm not trying to document it right now. --- lib/libcrypto/man/X509_CRL_get0_by_serial.3 | 10 ++++++---- 1 file changed, 6 insertions(+), 4 deletions(-) (limited to 'lib/libcrypto/man') diff --git a/lib/libcrypto/man/X509_CRL_get0_by_serial.3 b/lib/libcrypto/man/X509_CRL_get0_by_serial.3 index 15c94d7c2ab..ad8f543b4c1 100644 --- a/lib/libcrypto/man/X509_CRL_get0_by_serial.3 +++ b/lib/libcrypto/man/X509_CRL_get0_by_serial.3 @@ -1,4 +1,4 @@ -.\" $OpenBSD: X509_CRL_get0_by_serial.3,v 1.3 2016/12/16 14:50:58 schwarze Exp $ +.\" $OpenBSD: X509_CRL_get0_by_serial.3,v 1.4 2017/01/06 19:34:22 schwarze Exp $ .\" OpenSSL X509_CRL_get0_by_serial.pod 99d63d46 Oct 26 13:56:48 2016 -0400 .\" .\" This file was written by Dr. Stephen Henson . @@ -48,7 +48,7 @@ .\" ARISING IN ANY WAY OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED .\" OF THE POSSIBILITY OF SUCH DAMAGE. .\" -.Dd $Mdocdate: December 16 2016 $ +.Dd $Mdocdate: January 6 2017 $ .Dt X509_CRL_GET0_BY_SERIAL 3 .Os .Sh NAME @@ -128,9 +128,11 @@ into ascending serial number order. Applications can determine the number of revoked entries returned by .Fn X509_CRL_get_revoked using -.Xr sk_X509_REVOKED_num 3 +.Fn sk_X509_REVOKED_num and examine each one in turn using -.Xr sk_X509_REVOKED_value 3 . +.Fn sk_X509_REVOKED_value , +both defined in +.In openssl/safestack.h . .Sh RETURN VALUES .Fn X509_CRL_get0_by_serial , .Fn X509_CRL_get0_by_cert , -- cgit v1.2.3