summaryrefslogtreecommitdiffstats
path: root/crypto/evp
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/evp
parent1a8521ff24ebc9c1ec952a16ce637249f66a2dd7 (diff)
remove trailing '\'
PR: 1438
Diffstat (limited to 'crypto/evp')
-rw-r--r--crypto/evp/evp_locl.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/crypto/evp/evp_locl.h b/crypto/evp/evp_locl.h
index 2204e345ad..20139d20e4 100644
--- a/crypto/evp/evp_locl.h
+++ b/crypto/evp/evp_locl.h
@@ -65,7 +65,7 @@
bl = ctx->cipher->block_size;\
if(inl < bl) return 1;\
inl -= bl; \
- for(i=0; i <= inl; i+=bl) \
+ for(i=0; i <= inl; i+=bl)
#define BLOCK_CIPHER_func_ecb(cname, cprefix, kstruct, ksched) \
static int cname##_ecb_cipher(EVP_CIPHER_CTX *ctx, unsigned char *out, const unsigned char *in, unsigned int inl) \