From 079e00e646ffe61c2373b1bf2282c8a4ca21f776 Mon Sep 17 00:00:00 2001 From: "Dr. Stephen Henson" Date: Wed, 28 Jan 2009 12:32:03 +0000 Subject: [PATCH] Typo: just copy across an unknown type. --- crypto/asn1/x_name.c | 1 + 1 file changed, 1 insertion(+) 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; -- 2.25.1