forked from wolfSSL/wolfssl
test.c: missed a spot -- inadvertently unused return value.
This commit is contained in:
@ -19075,6 +19075,9 @@ static int ecc_test_key_decode(WC_RNG* rng, int keySize)
|
||||
|
||||
idx = 0;
|
||||
ret = wc_EccPublicKeyDecode(tmpBuf, &idx, eccKey, tmpSz);
|
||||
if (ret != 0) {
|
||||
goto done;
|
||||
}
|
||||
|
||||
ret = 0;
|
||||
|
||||
|
Reference in New Issue
Block a user