remove trailing '\'
authorNils Larsch <nils@openssl.org>
Tue, 19 Dec 2006 19:47:39 +0000 (19:47 +0000)
committerNils Larsch <nils@openssl.org>
Tue, 19 Dec 2006 19:47:39 +0000 (19:47 +0000)
PR: 1438

crypto/asn1/asn1t.h
crypto/evp/evp_locl.h
crypto/idea/idea_lcl.h
crypto/pem/pem.h

index cc0cd1c8423b74c80d78184d007cbd1cb1c2bbb7..adbc2a63dd0f3c0da0b7242b4bb73754a04009d8 100644 (file)
@@ -99,7 +99,7 @@ extern "C" {
 #define ASN1_ITEM_start(itname) \
        const ASN1_ITEM * itname##_it(void) \
        { \
-               static const ASN1_ITEM local_it = { \
+               static const ASN1_ITEM local_it = { 
 
 #define ASN1_ITEM_end(itname) \
                }; \
index 2204e345ad1af7e869541b232bd670a945b8f761..20139d20e41a04ea9fcb3f09105c0cf30ebc9d5e 100644 (file)
@@ -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) \
index 463aa36ce9c032f0f9ad255810b3690ecd64f804..f3dbfa67e9ed46adac2ecd8825f5e074ecb31b5b 100644 (file)
@@ -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) \
index 7db6b423d06bf76ecd045370a52d08e641138321..c28706ddc033118872cb1b6344c24333b51c90b1 100644 (file)
@@ -221,7 +221,7 @@ typedef struct pem_ctx_st
 type *PEM_read_##name(FILE *fp, type **x, pem_password_cb *cb, void *u)\
 { \
 return(((type *(*)(D2I_OF(type),char *,FILE *,type **,pem_password_cb *,void *))openssl_fcast(PEM_ASN1_read))(d2i_##asn1, str,fp,x,cb,u)); \
-} \
+} 
 
 #define IMPLEMENT_PEM_write_fp(name, type, str, asn1) \
 int PEM_write_##name(FILE *fp, type *x) \