diff options
author | Ingo Schwarze <schwarze@cvs.openbsd.org> | 2018-05-13 14:36:06 +0000 |
---|---|---|
committer | Ingo Schwarze <schwarze@cvs.openbsd.org> | 2018-05-13 14:36:06 +0000 |
commit | 623c613895617c843f3b0557661189ec9a94f5cb (patch) | |
tree | 7416eddffb5533410d6861e1f67b4f16d848b6a2 /lib/libcrypto/man/OCSP_SERVICELOC_new.3 | |
parent | 023cbe0a1583342891f13c13f1888d026ec7869f (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/libcrypto/man/OCSP_SERVICELOC_new.3')
-rw-r--r-- | lib/libcrypto/man/OCSP_SERVICELOC_new.3 | 6 |
1 files changed, 3 insertions, 3 deletions
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 |