diff options
Diffstat (limited to 'src/lib/libcrypto/asn1/a_strex.c')
| -rw-r--r-- | src/lib/libcrypto/asn1/a_strex.c | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/src/lib/libcrypto/asn1/a_strex.c b/src/lib/libcrypto/asn1/a_strex.c index a8b5595db9..4e3deccfda 100644 --- a/src/lib/libcrypto/asn1/a_strex.c +++ b/src/lib/libcrypto/asn1/a_strex.c | |||
| @@ -1,4 +1,4 @@ | |||
| 1 | /* $OpenBSD: a_strex.c,v 1.27 2018/05/18 18:23:24 tb Exp $ */ | 1 | /* $OpenBSD: a_strex.c,v 1.28 2018/05/19 10:46:28 tb Exp $ */ |
| 2 | /* Written by Dr Stephen N Henson (steve@openssl.org) for the OpenSSL | 2 | /* Written by Dr Stephen N Henson (steve@openssl.org) for the OpenSSL |
| 3 | * project 2000. | 3 | * project 2000. |
| 4 | */ | 4 | */ |
| @@ -624,7 +624,7 @@ ASN1_STRING_print_ex_fp(FILE *fp, const ASN1_STRING *str, unsigned long flags) | |||
| 624 | */ | 624 | */ |
| 625 | 625 | ||
| 626 | int | 626 | int |
| 627 | ASN1_STRING_to_UTF8(unsigned char **out, ASN1_STRING *in) | 627 | ASN1_STRING_to_UTF8(unsigned char **out, const ASN1_STRING *in) |
| 628 | { | 628 | { |
| 629 | ASN1_STRING stmp, *str = &stmp; | 629 | ASN1_STRING stmp, *str = &stmp; |
| 630 | int mbflag, type, ret; | 630 | int mbflag, type, ret; |
