From: Dr. Stephen Henson Date: Mon, 31 Aug 2009 22:19:26 +0000 (+0000) Subject: Missing break. X-Git-Tag: OpenSSL-fips-2_0-rc1~1556 X-Git-Url: https://git.librecmc.org/?a=commitdiff_plain;h=38663fcc825abe595818694012bd53912c62e094;p=oweals%2Fopenssl.git 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)