Merge pull request #4708 from dgarske/async_v5.1.0

Fixes for wolfSSL Async v5.1.0
This commit is contained in:
JacobBarthelmeh
2021-12-29 13:30:41 -07:00
committed by GitHub

View File

@ -20621,6 +20621,7 @@ static int test_wc_DsaKeyToPublicDer(void)
}
if (ret == 0) {
word32 idx = 0;
wc_FreeDsaKey(&genKey);
ret = wc_DsaPublicKeyDecode(der, &idx, &genKey, sz);
}
/* Test without the SubjectPublicKeyInfo header */
@ -20635,6 +20636,7 @@ static int test_wc_DsaKeyToPublicDer(void)
}
if (ret == 0) {
word32 idx = 0;
wc_FreeDsaKey(&genKey);
ret = wc_DsaPublicKeyDecode(der, &idx, &genKey, sz);
}