projects
/
oweals
/
openssl.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
e485afd
)
Typo.
author
Ben Laurie
<ben@openssl.org>
Sun, 27 Feb 2000 16:56:48 +0000
(16:56 +0000)
committer
Ben Laurie
<ben@openssl.org>
Sun, 27 Feb 2000 16:56:48 +0000
(16:56 +0000)
crypto/bn/bn_asm.c
patch
|
blob
|
history
diff --git
a/crypto/bn/bn_asm.c
b/crypto/bn/bn_asm.c
index d9c082f3eaf12d55dd7e36a5392ec868127e11cb..3329cc18e6ca6989ae70a4084593935688b472a0 100644
(file)
--- 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(n
um
>= 0);
+ assert(n >= 0);
if (n <= 0) return;
for (;;)
{