From d5d3292ba7ead437d9fa955668a4cf2f69e9c0bf Mon Sep 17 00:00:00 2001 From: toddouska Date: Tue, 26 Aug 2014 16:59:34 -0700 Subject: [PATCH] break out of case correctly at end --- ctaocrypt/src/asn.c | 2 ++ 1 file changed, 2 insertions(+) diff --git a/ctaocrypt/src/asn.c b/ctaocrypt/src/asn.c index 17cc6262e..c836db064 100644 --- a/ctaocrypt/src/asn.c +++ b/ctaocrypt/src/asn.c @@ -3045,6 +3045,7 @@ static int ConfirmSignature(const byte* buf, word32 bufSz, XFREE(plain, NULL, DYNAMIC_TYPE_TMP_BUFFER); XFREE(encodedSig, NULL, DYNAMIC_TYPE_TMP_BUFFER); #endif + break; } #endif /* NO_RSA */ @@ -3085,6 +3086,7 @@ static int ConfirmSignature(const byte* buf, word32 bufSz, #ifdef CYASSL_SMALL_STACK XFREE(pubKey, NULL, DYNAMIC_TYPE_TMP_BUFFER); #endif + break; } #endif /* HAVE_ECC */ default: