diff options
author | Ingo Schwarze <schwarze@cvs.openbsd.org> | 2017-01-06 19:34:23 +0000 |
---|---|---|
committer | Ingo Schwarze <schwarze@cvs.openbsd.org> | 2017-01-06 19:34:23 +0000 |
commit | 857d4a0d9c185d935d49d6679a337ad0011c0db6 (patch) | |
tree | f72ac662eb348754e4dae4ead2d5095f26181cd6 /lib/libcrypto/man | |
parent | d372485d718fd1f2f40e07aef08c195790b9782c (diff) |
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.
Diffstat (limited to 'lib/libcrypto/man')
-rw-r--r-- | lib/libcrypto/man/X509_CRL_get0_by_serial.3 | 10 |
1 files changed, 6 insertions, 4 deletions
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 <steve@openssl.org>. @@ -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 , |