DPP: Remove unreachable return statement
This was forgotten from an earlier development version. Signed-off-by: Jouni Malinen <j@w1.fi>
This commit is contained in:
parent
7dcc5f7feb
commit
bb2ea8e5e3
1 changed files with 0 additions and 1 deletions
|
@ -5375,7 +5375,6 @@ fail:
|
|||
return asn1_encaps(asn1_encaps(key,
|
||||
ASN1_CLASS_UNIVERSAL, ASN1_TAG_SEQUENCE),
|
||||
ASN1_CLASS_UNIVERSAL, ASN1_TAG_SEQUENCE);
|
||||
return key;
|
||||
}
|
||||
|
||||
|
||||
|
|
Loading…
Reference in a new issue