summaryrefslogtreecommitdiffstats
path: root/crypto/pem
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/pem
parent772e3c07b4b09f2e59d35da3ce67410b625a39d4 (diff)
remove trailing '\'
PR: 1438
Diffstat (limited to 'crypto/pem')
-rw-r--r--crypto/pem/pem.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/crypto/pem/pem.h b/crypto/pem/pem.h
index ddebb93f4b..51be12317d 100644
--- a/crypto/pem/pem.h
+++ b/crypto/pem/pem.h
@@ -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) \