summaryrefslogtreecommitdiffstats
path: root/crypto/x509v3
diff options
context:
space:
mode:
authorDr. Stephen Henson <steve@openssl.org>2009-08-31 22:21:01 +0000
committerDr. Stephen Henson <steve@openssl.org>2009-08-31 22:21:01 +0000
commit6d1741030bb806533b32605fc2de606dcad6342c (patch)
treeef6803a54158ce31c259123596ab88648d4b4bc8 /crypto/x509v3
parentb8dc932c05d9e0a937e9b25ef8c5458e067b660a (diff)
Missing break.
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 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)