summaryrefslogtreecommitdiffstats
path: root/crypto/x509v3/v3_alt.c
diff options
context:
space:
mode:
authorAndy Polyakov <appro@openssl.org>2009-04-27 19:37:23 +0000
committerAndy Polyakov <appro@openssl.org>2009-04-27 19:37:23 +0000
commit892582b541fdd2daae88a17c1c885ea8f2597138 (patch)
tree55cb2667126a8f7b6c929d431ddd24120041dd3e /crypto/x509v3/v3_alt.c
parent57b53c1b0a98bfa61602ddc1d740913c5735a8e2 (diff)
v3_alt.c: otherName parsing fix from HEAD.
Submitted by: Love Hoernquist Aastrand
Diffstat (limited to 'crypto/x509v3/v3_alt.c')
-rw-r--r--crypto/x509v3/v3_alt.c1
1 files changed, 1 insertions, 0 deletions
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;