mirror of
https://github.com/openssl/openssl.git
synced 2025-02-17 14:32:04 +08:00
Typo.
This commit is contained in:
parent
e485afdab5
commit
707ef52e21
@ -195,7 +195,7 @@ BN_ULONG bn_mul_words(BN_ULONG *rp, BN_ULONG *ap, int num, BN_ULONG w)
|
||||
|
||||
void bn_sqr_words(BN_ULONG *r, BN_ULONG *a, int n)
|
||||
{
|
||||
assert(num >= 0);
|
||||
assert(n >= 0);
|
||||
if (n <= 0) return;
|
||||
for (;;)
|
||||
{
|
||||
|
Loading…
Reference in New Issue
Block a user