mirror of
https://github.com/wolfSSL/wolfssl.git
synced 2025-07-29 18:27:29 +02:00
Merge pull request #4708 from dgarske/async_v5.1.0
Fixes for wolfSSL Async v5.1.0
This commit is contained in:
@ -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);
|
||||
}
|
||||
|
||||
|
Reference in New Issue
Block a user