diff options
Diffstat (limited to 'lib/libcrypto/man/ASN1_STRING_length.3')
-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 |