diff options
author | 2018-05-19 22:55:17 +0000 | |
---|---|---|
committer | 2018-05-19 22:55:17 +0000 | |
commit | 6060a0b246b325534b79999acaf966d21e60e21a (patch) | |
tree | f5bda631be477a56e17753319629f45794166699 | |
parent | In ec.h rev. 1.13 2018/05/19 10:37:02, tb@ added a const qualifier (diff) | |
download | wireguard-openbsd-6060a0b246b325534b79999acaf966d21e60e21a.tar.xz wireguard-openbsd-6060a0b246b325534b79999acaf966d21e60e21a.zip |
In asn1.h rev. 1.49 2018/05/19 10:46:28, tb@ added a const qualifier
to the input argument of ASN1_STRING_to_UTF8(3). Adjust the manual.
-rw-r--r-- | lib/libcrypto/man/ASN1_STRING_length.3 | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/lib/libcrypto/man/ASN1_STRING_length.3 b/lib/libcrypto/man/ASN1_STRING_length.3 index 97957f38209..65501acf31b 100644 --- a/lib/libcrypto/man/ASN1_STRING_length.3 +++ b/lib/libcrypto/man/ASN1_STRING_length.3 @@ -1,4 +1,4 @@ -.\" $OpenBSD: ASN1_STRING_length.3,v 1.16 2018/04/25 15:17:52 schwarze Exp $ +.\" $OpenBSD: ASN1_STRING_length.3,v 1.17 2018/05/19 22:55:17 schwarze Exp $ .\" full merge up to: OpenSSL 4a56d2a3 Feb 25 16:49:27 2018 +0300 .\" .\" This file is a derived work. @@ -66,7 +66,7 @@ .\" ARISING IN ANY WAY OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED .\" OF THE POSSIBILITY OF SUCH DAMAGE. .\" -.Dd $Mdocdate: April 25 2018 $ +.Dd $Mdocdate: May 19 2018 $ .Dt ASN1_STRING_LENGTH 3 .Os .Sh NAME @@ -117,7 +117,7 @@ .Ft int .Fo ASN1_STRING_to_UTF8 .Fa "unsigned char **out" -.Fa "ASN1_STRING *in" +.Fa "const ASN1_STRING *in" .Fc .Ft int .Fo ASN1_STRING_type |