From: Jouni Malinen Date: Sun, 8 Mar 2020 14:35:45 +0000 (+0200) Subject: DPP: Remove unreachable return statement X-Git-Tag: hostap_2_10~1648 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=bb2ea8e5e3a4cabf7c8959abc67a12a1bf2d1044;p=thirdparty%2Fhostap.git DPP: Remove unreachable return statement This was forgotten from an earlier development version. Signed-off-by: Jouni Malinen --- diff --git a/src/common/dpp.c b/src/common/dpp.c index c1ebae1bd..012956b3e 100644 --- a/src/common/dpp.c +++ b/src/common/dpp.c @@ -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; }