summaryrefslogtreecommitdiffstats
path: root/crypto/idea
diff options
context:
space:
mode:
authorNils Larsch <nils@openssl.org>2006-12-19 19:47:39 +0000
committerNils Larsch <nils@openssl.org>2006-12-19 19:47:39 +0000
commit8e6905d23829cf01d0ad8ab4dc9170532de45821 (patch)
tree0a75aafaa69d0b28fa25b1e5421a6a70661b7202 /crypto/idea
parent1a8521ff24ebc9c1ec952a16ce637249f66a2dd7 (diff)
remove trailing '\'
PR: 1438
Diffstat (limited to 'crypto/idea')
-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) \