summaryrefslogtreecommitdiff
path: root/crypto/idea/idea_lcl.h
diff options
context:
space:
mode:
Diffstat (limited to 'crypto/idea/idea_lcl.h')
-rw-r--r--crypto/idea/idea_lcl.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/crypto/idea/idea_lcl.h b/crypto/idea/idea_lcl.h
index 463aa36ce9..f3dbfa67e9 100644
--- a/crypto/idea/idea_lcl.h
+++ b/crypto/idea/idea_lcl.h
@@ -67,7 +67,7 @@ if (ul != 0) \
r-=((r)>>16); \
} \
else \
- r=(-(int)a-b+1); /* assuming a or b is 0 and in range */ \
+ r=(-(int)a-b+1); /* assuming a or b is 0 and in range */
#ifdef undef
#define idea_mul(r,a,b,ul,sl) \