mirror of
https://github.com/wolfSSL/wolfssl.git
synced 2026-02-01 14:09:17 +01:00
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