mirror of
https://github.com/wolfSSL/wolfssl.git
synced 2025-07-30 02:37:28 +02:00
fix bad indenting
This commit is contained in:
@ -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) {
|
||||
|
Reference in New Issue
Block a user