test.c: fix whitespace.

pull/4545/head
Daniel Pouzzner 2021-11-08 18:24:42 -06:00
parent 18e487069b
commit 03d5c4e6d3
1 changed files with 2 additions and 2 deletions

View File

@ -23028,7 +23028,7 @@ static int ecc_def_curve_test(WC_RNG *rng)
XFCLOSE(file);
ret = wc_EccPrivateKeyDecode(der, &idx, key, derSz);
}
#endif
#endif
if (ret != 0) {
goto done;
}
@ -23049,7 +23049,7 @@ done:
wc_ecc_free(key);
#ifdef WOLFSSL_SMALL_STACK
if (key != NULL) {
if (key != NULL) {
XFREE(key, HEAP_HINT, DYNAMIC_TYPE_TMP_BUFFER);
}
#endif