cosmetic cleanups.

This commit is contained in:
Daniel Pouzzner
2020-10-06 22:14:08 -05:00
parent c18f7010cf
commit 1c492dc0b6
2 changed files with 2 additions and 2 deletions

View File

@ -27689,7 +27689,7 @@ static int DoSessionTicket(WOLFSSL* ssl, const byte* input, word32* inOutIdx,
WOLFSSL_LEAVE("DoClientHello", ret);
WOLFSSL_END(WC_FUNC_CLIENT_HELLO_DO);
out:
out:
#ifdef WOLFSSL_DTLS
wc_HmacFree(&cookieHmac);

View File

@ -13785,7 +13785,7 @@ static int test_wc_CheckProbablePrime (void)
WC_RNG rng;
byte e[3];
word32 eSz = (word32)sizeof(e);
byte n[CHECK_PROBABLE_PRIME_KEY_BITS / 8]; /* size of RSA_TEST_BYTES */
byte n[CHECK_PROBABLE_PRIME_KEY_BITS / 8];
word32 nSz = (word32)sizeof(n);
byte d[CHECK_PROBABLE_PRIME_KEY_BITS / 8];
word32 dSz = (word32)sizeof(d);