summaryrefslogtreecommitdiffstats
path: root/crypto/idea
diff options
context:
space:
mode:
authorNils Larsch <nils@openssl.org>2006-12-19 19:49:02 +0000
committerNils Larsch <nils@openssl.org>2006-12-19 19:49:02 +0000
commit34f0a1930928bba6902b8b6d5217bc6bd667f5c7 (patch)
tree103955fd3225b1f0d3e9bee1b55cb45502775fdc /crypto/idea
parent772e3c07b4b09f2e59d35da3ce67410b625a39d4 (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) \