From 892582b541fdd2daae88a17c1c885ea8f2597138 Mon Sep 17 00:00:00 2001 From: Andy Polyakov Date: Mon, 27 Apr 2009 19:37:23 +0000 Subject: v3_alt.c: otherName parsing fix from HEAD. Submitted by: Love Hoernquist Aastrand --- crypto/x509v3/v3_alt.c | 1 + 1 file changed, 1 insertion(+) (limited to 'crypto/x509v3/v3_alt.c') 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; -- cgit v1.2.3