From: Dr. Stephen Henson Date: Wed, 28 Jan 2009 12:32:03 +0000 (+0000) Subject: Typo: just copy across an unknown type. X-Git-Tag: OpenSSL_0_9_8k^2~53 X-Git-Url: https://git.librecmc.org/?a=commitdiff_plain;h=079e00e646ffe61c2373b1bf2282c8a4ca21f776;p=oweals%2Fopenssl.git Typo: just copy across an unknown type. --- diff --git a/crypto/asn1/x_name.c b/crypto/asn1/x_name.c index c6658d7aff..caa4409feb 100644 --- a/crypto/asn1/x_name.c +++ b/crypto/asn1/x_name.c @@ -400,6 +400,7 @@ static int asn1_string_canon(ASN1_STRING *out, ASN1_STRING *in) out->type = in->type; if (!ASN1_STRING_set(out, in->data, in->length)) return 0; + return 1; } out->type = V_ASN1_UTF8STRING;