summaryrefslogtreecommitdiff
path: root/lib/libcrypto/man
diff options
context:
space:
mode:
authorIngo Schwarze <schwarze@cvs.openbsd.org>2018-05-19 21:09:20 +0000
committerIngo Schwarze <schwarze@cvs.openbsd.org>2018-05-19 21:09:20 +0000
commitce184349b962f33db5c30999a9524474569fd8e7 (patch)
treec18e0aa01ef091d07cdc5a825179471a32f9e7bb /lib/libcrypto/man
parentadfdd24cd0891a5492e5d7c2f0a72186ff7394d3 (diff)
In x509.h rev. 1.51 2018/05/18 16:55:58, tb@ added const qualifiers
to one argument each of X509_EXTENSION_set_object(3) and X509_EXTENSION_get_critical(3). Adjust the manual.
Diffstat (limited to 'lib/libcrypto/man')
-rw-r--r--lib/libcrypto/man/X509_EXTENSION_set_object.38
1 files changed, 4 insertions, 4 deletions
diff --git a/lib/libcrypto/man/X509_EXTENSION_set_object.3 b/lib/libcrypto/man/X509_EXTENSION_set_object.3
index d3faf0a2f23..414dfe6a550 100644
--- a/lib/libcrypto/man/X509_EXTENSION_set_object.3
+++ b/lib/libcrypto/man/X509_EXTENSION_set_object.3
@@ -1,4 +1,4 @@
-.\" $OpenBSD: X509_EXTENSION_set_object.3,v 1.8 2018/03/27 17:35:50 schwarze Exp $
+.\" $OpenBSD: X509_EXTENSION_set_object.3,v 1.9 2018/05/19 21:09:19 schwarze Exp $
.\" OpenSSL bb9ad09e Jun 6 00:43:05 2016 -0400
.\"
.\" This file is a derived work.
@@ -65,7 +65,7 @@
.\" ARISING IN ANY WAY OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED
.\" OF THE POSSIBILITY OF SUCH DAMAGE.
.\"
-.Dd $Mdocdate: March 27 2018 $
+.Dd $Mdocdate: May 19 2018 $
.Dt X509_EXTENSION_SET_OBJECT 3
.Os
.Sh NAME
@@ -105,7 +105,7 @@
.Ft int
.Fo X509_EXTENSION_set_object
.Fa "X509_EXTENSION *ex"
-.Fa "ASN1_OBJECT *obj"
+.Fa "const ASN1_OBJECT *obj"
.Fc
.Ft int
.Fo X509_EXTENSION_set_critical
@@ -123,7 +123,7 @@
.Fc
.Ft int
.Fo X509_EXTENSION_get_critical
-.Fa "X509_EXTENSION *ex"
+.Fa "const X509_EXTENSION *ex"
.Fc
.Ft ASN1_OCTET_STRING *
.Fo X509_EXTENSION_get_data