From: Andy Polyakov Date: Mon, 27 Apr 2009 19:37:23 +0000 (+0000) Subject: v3_alt.c: otherName parsing fix from HEAD. X-Git-Tag: OpenSSL_1_0_0-beta3~110 X-Git-Url: https://git.librecmc.org/?a=commitdiff_plain;h=892582b541fdd2daae88a17c1c885ea8f2597138;p=oweals%2Fopenssl.git v3_alt.c: otherName parsing fix from HEAD. Submitted by: Love Hoernquist Aastrand --- diff --git a/crypto/x509v3/v3_alt.c b/crypto/x509v3/v3_alt.c index f7c7874cac..c5e48a8d4b 100644 --- a/crypto/x509v3/v3_alt.c +++ b/crypto/x509v3/v3_alt.c @@ -493,6 +493,7 @@ GENERAL_NAME *a2i_GENERAL_NAME(GENERAL_NAME *out, X509V3err(X509V3_F_A2I_GENERAL_NAME,X509V3_R_OTHERNAME_ERROR); goto err; } + break; default: X509V3err(X509V3_F_A2I_GENERAL_NAME,X509V3_R_UNSUPPORTED_TYPE); goto err;