summaryrefslogtreecommitdiff
path: root/crypto/x509v3/v3_alt.c
diff options
context:
space:
mode:
authorDr. Stephen Henson <steve@openssl.org>2009-08-31 22:19:26 +0000
committerDr. Stephen Henson <steve@openssl.org>2009-08-31 22:19:26 +0000
commit38663fcc825abe595818694012bd53912c62e094 (patch)
treede0619581c230cb1c61d8f199ccbb4d6da08d563 /crypto/x509v3/v3_alt.c
parenta6dab873d9b90165cbbe8845592fec963c154eb9 (diff)
downloadopenssl-new-38663fcc825abe595818694012bd53912c62e094.tar.gz
Missing break.
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 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)