summaryrefslogtreecommitdiffstats
path: root/crypto/pem/pem.h
diff options
context:
space:
mode:
authorRichard Levitte <levitte@openssl.org>2004-07-10 13:16:02 +0000
committerRichard Levitte <levitte@openssl.org>2004-07-10 13:16:02 +0000
commita2400fcab884f2851e3e7845c6955a3ddb8bcad4 (patch)
tree3a15f544fba3531daacd32edb6e966403481e908 /crypto/pem/pem.h
parentdc56eb507997848532be954a658e3a6136e908a3 (diff)
Copy a few files from LPlib (a new project of mine), add a wrapper.
Now we have directory reading capabilities for VMS as well, and all of it in a fairly general manner.
Diffstat (limited to 'crypto/pem/pem.h')
-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 57a2cfe92c..ce5b75c315 100644
--- a/crypto/pem/pem.h
+++ b/crypto/pem/pem.h
@@ -229,7 +229,7 @@ int PEM_write_##name(FILE *fp, type *x) \
{ \
return(PEM_ASN1_write((int (*)())i2d_##asn1,str,fp, (char *)x, \
NULL,NULL,0,NULL,NULL)); \
-}
+}
#define IMPLEMENT_PEM_write_cb_fp(name, type, str, asn1) \
int PEM_write_##name(FILE *fp, type *x, const EVP_CIPHER *enc, \