summaryrefslogtreecommitdiffstats
path: root/crypto/x509v3
diff options
context:
space:
mode:
authorAndy Polyakov <appro@openssl.org>2009-04-27 19:35:16 +0000
committerAndy Polyakov <appro@openssl.org>2009-04-27 19:35:16 +0000
commit051742fb6ce434f66716918264926f533f40dd7b (patch)
tree8c80177e273699a6ef545a39f8628c872007358a /crypto/x509v3
parentb066c3cd503ceae29f90fe73803d297fd550dd1d (diff)
v3_alt.c: otherName parsing fix.
Submitted by: Love Hörnquist Åstrand
Diffstat (limited to 'crypto/x509v3')
-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;