summaryrefslogtreecommitdiffstats
path: root/crypto/pem
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/pem
parent1a8521ff24ebc9c1ec952a16ce637249f66a2dd7 (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 7db6b423d0..c28706ddc0 100644
--- a/crypto/pem/pem.h
+++ b/crypto/pem/pem.h
@@ -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) \