fix bad indenting

This commit is contained in:
John Bland
2024-03-25 13:16:17 -04:00
parent 305f87561d
commit 4f51183b45

View File

@ -4948,7 +4948,7 @@ int wc_MakeRsaKey(RsaKey* key, int size, long e, WC_RNG* rng)
XFREE(buf, key->heap, DYNAMIC_TYPE_RSA);
}
#else
ForceZero(buf, primeSz);
ForceZero(buf, primeSz);
#endif
if (err == MP_OKAY && mp_cmp(p, q) < 0) {