summaryrefslogtreecommitdiff
path: root/lib
diff options
context:
space:
mode:
authorIngo Schwarze <schwarze@cvs.openbsd.org>2018-05-13 14:36:06 +0000
committerIngo Schwarze <schwarze@cvs.openbsd.org>2018-05-13 14:36:06 +0000
commit623c613895617c843f3b0557661189ec9a94f5cb (patch)
tree7416eddffb5533410d6861e1f67b4f16d848b6a2 /lib
parent023cbe0a1583342891f13c13f1888d026ec7869f (diff)
In ocsp.h rev. 1.15 2018/05/13 10:42:03, tb@ added const qualifiers
to the "url" argument of OCSP_crlID_new(3) and to the "urls" argument of OCSP_url_svcloc_new(3). Adjust the manuals.
Diffstat (limited to 'lib')
-rw-r--r--lib/libcrypto/man/OCSP_CRLID_new.36
-rw-r--r--lib/libcrypto/man/OCSP_SERVICELOC_new.36
2 files changed, 6 insertions, 6 deletions
diff --git a/lib/libcrypto/man/OCSP_CRLID_new.3 b/lib/libcrypto/man/OCSP_CRLID_new.3
index e612d854320..ff0819166e0 100644
--- a/lib/libcrypto/man/OCSP_CRLID_new.3
+++ b/lib/libcrypto/man/OCSP_CRLID_new.3
@@ -1,4 +1,4 @@
-.\" $OpenBSD: OCSP_CRLID_new.3,v 1.5 2018/03/27 17:35:50 schwarze Exp $
+.\" $OpenBSD: OCSP_CRLID_new.3,v 1.6 2018/05/13 14:36:05 schwarze Exp $
.\"
.\" Copyright (c) 2016 Ingo Schwarze <schwarze@openbsd.org>
.\"
@@ -14,7 +14,7 @@
.\" ACTION OF CONTRACT, NEGLIGENCE OR OTHER TORTIOUS ACTION, ARISING OUT OF
.\" OR IN CONNECTION WITH THE USE OR PERFORMANCE OF THIS SOFTWARE.
.\"
-.Dd $Mdocdate: March 27 2018 $
+.Dd $Mdocdate: May 13 2018 $
.Dt OCSP_CRLID_NEW 3
.Os
.Sh NAME
@@ -30,7 +30,7 @@
.Fn OCSP_CRLID_free "OCSP_CRLID *crlid"
.Ft X509_EXTENSION *
.Fo OCSP_crlID_new
-.Fa "char *url"
+.Fa "const char *url"
.Fa "long *number"
.Fa "char *time"
.Fc
diff --git a/lib/libcrypto/man/OCSP_SERVICELOC_new.3 b/lib/libcrypto/man/OCSP_SERVICELOC_new.3
index 6900493f0e1..febd71699bb 100644
--- a/lib/libcrypto/man/OCSP_SERVICELOC_new.3
+++ b/lib/libcrypto/man/OCSP_SERVICELOC_new.3
@@ -1,4 +1,4 @@
-.\" $OpenBSD: OCSP_SERVICELOC_new.3,v 1.6 2018/03/22 21:08:22 schwarze Exp $
+.\" $OpenBSD: OCSP_SERVICELOC_new.3,v 1.7 2018/05/13 14:36:05 schwarze Exp $
.\"
.\" Copyright (c) 2016 Ingo Schwarze <schwarze@openbsd.org>
.\"
@@ -14,7 +14,7 @@
.\" ACTION OF CONTRACT, NEGLIGENCE OR OTHER TORTIOUS ACTION, ARISING OUT OF
.\" OR IN CONNECTION WITH THE USE OR PERFORMANCE OF THIS SOFTWARE.
.\"
-.Dd $Mdocdate: March 22 2018 $
+.Dd $Mdocdate: May 13 2018 $
.Dt OCSP_SERVICELOC_NEW 3
.Os
.Sh NAME
@@ -31,7 +31,7 @@
.Ft X509_EXTENSION *
.Fo OCSP_url_svcloc_new
.Fa "X509_NAME *issuer"
-.Fa "char **urls"
+.Fa "const char **urls"
.Fc
.Sh DESCRIPTION
Due to restrictions of network routing, a client may be unable to