From: Dr. Stephen Henson Date: Mon, 31 Aug 2009 22:21:01 +0000 (+0000) Subject: Missing break. X-Git-Tag: OpenSSL_1_0_0-beta4~93 X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=6d1741030bb806533b32605fc2de606dcad6342c;p=openssl Missing break. --- diff --git a/crypto/x509v3/v3_alt.c b/crypto/x509v3/v3_alt.c index c5e48a8d4b..d29d94338e 100644 --- a/crypto/x509v3/v3_alt.c +++ b/crypto/x509v3/v3_alt.c @@ -465,6 +465,7 @@ GENERAL_NAME *a2i_GENERAL_NAME(GENERAL_NAME *out, } gen->d.rid = obj; } + break; case GEN_IPADD: if (is_nc)