der_decode_sequence_multi: calm coverity

This commit is contained in:
Steffen Jaeckel 2014-10-10 01:07:58 +02:00
parent e6b1c7101e
commit ed28703804

View File

@ -121,6 +121,7 @@ int der_decode_sequence_multi(const unsigned char *in, unsigned long inlen, ...)
case LTC_ASN1_TELETEX_STRING:
LTC_SET_ASN1(list, x++, type, data, size);
break;
/* coverity[dead_error_line] */
case LTC_ASN1_EOL:
case LTC_ASN1_CONSTRUCTED:
case LTC_ASN1_CONTEXT_SPECIFIC: