From a2400fcab884f2851e3e7845c6955a3ddb8bcad4 Mon Sep 17 00:00:00 2001 From: Richard Levitte Date: Sat, 10 Jul 2004 13:16:02 +0000 Subject: 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. --- crypto/pem/pem.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'crypto/pem') 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, \ -- cgit v1.2.3