summaryrefslogtreecommitdiff
path: root/src
diff options
context:
space:
mode:
authorschwarze <>2017-01-06 19:34:22 +0000
committerschwarze <>2017-01-06 19:34:22 +0000
commit4a8a297e78d953b5d20a438b82529d1e37d254bd (patch)
tree105d55fb7ddb703b234c37f8a2e643c8e2ce1eb7 /src
parentf195dd318dc998fff87385f41a56a43fde53fd5e (diff)
downloadopenbsd-4a8a297e78d953b5d20a438b82529d1e37d254bd.tar.gz
openbsd-4a8a297e78d953b5d20a438b82529d1e37d254bd.tar.bz2
openbsd-4a8a297e78d953b5d20a438b82529d1e37d254bd.zip
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 'src')
-rw-r--r--src/lib/libcrypto/man/X509_CRL_get0_by_serial.310
1 files changed, 6 insertions, 4 deletions
diff --git a/src/lib/libcrypto/man/X509_CRL_get0_by_serial.3 b/src/lib/libcrypto/man/X509_CRL_get0_by_serial.3
index 15c94d7c2a..ad8f543b4c 100644
--- a/src/lib/libcrypto/man/X509_CRL_get0_by_serial.3
+++ b/src/lib/libcrypto/man/X509_CRL_get0_by_serial.3
@@ -1,4 +1,4 @@
1.\" $OpenBSD: X509_CRL_get0_by_serial.3,v 1.3 2016/12/16 14:50:58 schwarze Exp $ 1.\" $OpenBSD: X509_CRL_get0_by_serial.3,v 1.4 2017/01/06 19:34:22 schwarze Exp $
2.\" OpenSSL X509_CRL_get0_by_serial.pod 99d63d46 Oct 26 13:56:48 2016 -0400 2.\" OpenSSL X509_CRL_get0_by_serial.pod 99d63d46 Oct 26 13:56:48 2016 -0400
3.\" 3.\"
4.\" This file was written by Dr. Stephen Henson <steve@openssl.org>. 4.\" This file was written by Dr. Stephen Henson <steve@openssl.org>.
@@ -48,7 +48,7 @@
48.\" ARISING IN ANY WAY OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED 48.\" ARISING IN ANY WAY OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED
49.\" OF THE POSSIBILITY OF SUCH DAMAGE. 49.\" OF THE POSSIBILITY OF SUCH DAMAGE.
50.\" 50.\"
51.Dd $Mdocdate: December 16 2016 $ 51.Dd $Mdocdate: January 6 2017 $
52.Dt X509_CRL_GET0_BY_SERIAL 3 52.Dt X509_CRL_GET0_BY_SERIAL 3
53.Os 53.Os
54.Sh NAME 54.Sh NAME
@@ -128,9 +128,11 @@ into ascending serial number order.
128Applications can determine the number of revoked entries returned by 128Applications can determine the number of revoked entries returned by
129.Fn X509_CRL_get_revoked 129.Fn X509_CRL_get_revoked
130using 130using
131.Xr sk_X509_REVOKED_num 3 131.Fn sk_X509_REVOKED_num
132and examine each one in turn using 132and examine each one in turn using
133.Xr sk_X509_REVOKED_value 3 . 133.Fn sk_X509_REVOKED_value ,
134both defined in
135.In openssl/safestack.h .
134.Sh RETURN VALUES 136.Sh RETURN VALUES
135.Fn X509_CRL_get0_by_serial , 137.Fn X509_CRL_get0_by_serial ,
136.Fn X509_CRL_get0_by_cert , 138.Fn X509_CRL_get0_by_cert ,