diff options
author | Nils Larsch <nils@openssl.org> | 2006-12-19 20:49:02 +0100 |
---|---|---|
committer | Nils Larsch <nils@openssl.org> | 2006-12-19 20:49:02 +0100 |
commit | 34f0a1930928bba6902b8b6d5217bc6bd667f5c7 (patch) | |
tree | 103955fd3225b1f0d3e9bee1b55cb45502775fdc /crypto/idea | |
parent | Fix the BIT STRING encoding of EC points or parameter seeds (diff) | |
download | openssl-34f0a1930928bba6902b8b6d5217bc6bd667f5c7.tar.xz openssl-34f0a1930928bba6902b8b6d5217bc6bd667f5c7.zip |
remove trailing '\'
PR: 1438
Diffstat (limited to 'crypto/idea')
-rw-r--r-- | crypto/idea/idea_lcl.h | 2 |
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) \ |