From ce1b4fe14648007bf054cf54846c0620e4605251 Mon Sep 17 00:00:00 2001 From: "Dr. Stephen Henson" Date: Thu, 4 Nov 1999 00:45:35 +0000 Subject: Allow additional information to be attached to a certificate: currently this includes trust settings and a "friendly name". --- crypto/asn1/a_mbstr.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'crypto/asn1/a_mbstr.c') diff --git a/crypto/asn1/a_mbstr.c b/crypto/asn1/a_mbstr.c index 9e7c7c39e5..bc9cb14248 100644 --- a/crypto/asn1/a_mbstr.c +++ b/crypto/asn1/a_mbstr.c @@ -144,7 +144,7 @@ int ASN1_mbstring_ncopy(ASN1_STRING **out, const unsigned char *in, int len, ASN1_STRING *dest; unsigned char *p; int nchar; - unsigned char strbuf[32]; + char strbuf[32]; int (*cpyfunc)(unsigned long,void *) = NULL; if(len == -1) len = strlen((const char *)in); if(!mask) mask = dirstring_mask; -- cgit v1.2.1