summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authortb <>2018-07-09 09:57:41 +0000
committertb <>2018-07-09 09:57:41 +0000
commit0e645dc6d4c95b5820d211edeaef2c4912fa2661 (patch)
tree3ac7bde3899d6203a299900071fa8416c3652600
parentf10c7d63dc59eb1497b86563a1bc67436a8e2711 (diff)
downloadopenbsd-0e645dc6d4c95b5820d211edeaef2c4912fa2661.tar.gz
openbsd-0e645dc6d4c95b5820d211edeaef2c4912fa2661.tar.bz2
openbsd-0e645dc6d4c95b5820d211edeaef2c4912fa2661.zip
sync with const changes in x509.h r1.68.
-rw-r--r--src/lib/libcrypto/man/X509_NAME_get_index_by_NID.38
1 files changed, 4 insertions, 4 deletions
diff --git a/src/lib/libcrypto/man/X509_NAME_get_index_by_NID.3 b/src/lib/libcrypto/man/X509_NAME_get_index_by_NID.3
index a9fbe5f4c4..70202fed00 100644
--- a/src/lib/libcrypto/man/X509_NAME_get_index_by_NID.3
+++ b/src/lib/libcrypto/man/X509_NAME_get_index_by_NID.3
@@ -1,4 +1,4 @@
1.\" $OpenBSD: X509_NAME_get_index_by_NID.3,v 1.9 2018/05/19 21:48:19 schwarze Exp $ 1.\" $OpenBSD: X509_NAME_get_index_by_NID.3,v 1.10 2018/07/09 09:57:41 tb Exp $
2.\" OpenSSL aebb9aac Jul 19 09:27:53 2016 -0400 2.\" OpenSSL aebb9aac Jul 19 09:27:53 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>.
@@ -49,7 +49,7 @@
49.\" ARISING IN ANY WAY OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED 49.\" ARISING IN ANY WAY OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED
50.\" OF THE POSSIBILITY OF SUCH DAMAGE. 50.\" OF THE POSSIBILITY OF SUCH DAMAGE.
51.\" 51.\"
52.Dd $Mdocdate: May 19 2018 $ 52.Dd $Mdocdate: July 9 2018 $
53.Dt X509_NAME_GET_INDEX_BY_NID 3 53.Dt X509_NAME_GET_INDEX_BY_NID 3
54.Os 54.Os
55.Sh NAME 55.Sh NAME
@@ -64,13 +64,13 @@
64.In openssl/x509.h 64.In openssl/x509.h
65.Ft int 65.Ft int
66.Fo X509_NAME_get_index_by_NID 66.Fo X509_NAME_get_index_by_NID
67.Fa "X509_NAME *name" 67.Fa "const X509_NAME *name"
68.Fa "int nid" 68.Fa "int nid"
69.Fa "int lastpos" 69.Fa "int lastpos"
70.Fc 70.Fc
71.Ft int 71.Ft int
72.Fo X509_NAME_get_index_by_OBJ 72.Fo X509_NAME_get_index_by_OBJ
73.Fa "X509_NAME *name" 73.Fa "const X509_NAME *name"
74.Fa "const ASN1_OBJECT *obj" 74.Fa "const ASN1_OBJECT *obj"
75.Fa "int lastpos" 75.Fa "int lastpos"
76.Fc 76.Fc