From 707ef52e21e07cd1ea7a370cf568da222bcb07cf Mon Sep 17 00:00:00 2001 From: Ben Laurie Date: Sun, 27 Feb 2000 16:56:48 +0000 Subject: [PATCH] Typo. --- crypto/bn/bn_asm.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/crypto/bn/bn_asm.c b/crypto/bn/bn_asm.c index d9c082f3ea..3329cc18e6 100644 --- a/crypto/bn/bn_asm.c +++ b/crypto/bn/bn_asm.c @@ -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 (;;) { -- 2.34.1