remove trailing '\'

PR: 1438
This commit is contained in:
Nils Larsch
2006-12-19 19:49:02 +00:00
parent 772e3c07b4
commit 34f0a19309
4 changed files with 4 additions and 4 deletions

View File

@@ -222,7 +222,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) \