projects
/
oweals
/
openssl.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
a6dab87
)
Missing break.
author
Dr. Stephen Henson
<steve@openssl.org>
Mon, 31 Aug 2009 22:19:26 +0000
(22:19 +0000)
committer
Dr. Stephen Henson
<steve@openssl.org>
Mon, 31 Aug 2009 22:19:26 +0000
(22:19 +0000)
crypto/x509v3/v3_alt.c
patch
|
blob
|
history
diff --git
a/crypto/x509v3/v3_alt.c
b/crypto/x509v3/v3_alt.c
index c5e48a8d4b768477a7ee39f6ea7ba6c4dac654cd..d29d94338ec506b77d2f0fde904a50b89551368c 100644
(file)
--- 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)