Update from stable branch.
authorDr. Stephen Henson <steve@openssl.org>
Mon, 9 Mar 2009 12:21:19 +0000 (12:21 +0000)
committerDr. Stephen Henson <steve@openssl.org>
Mon, 9 Mar 2009 12:21:19 +0000 (12:21 +0000)
crypto/pem/pem.h

index fc9804eea57d167366dfe66d297281723d929b8a..22231c26d3a84de467aab5ba83b77a9f544425e8 100644 (file)
@@ -213,7 +213,9 @@ typedef struct pem_ctx_st
 
 #define IMPLEMENT_PEM_read_fp(name, type, str, asn1) /**/
 #define IMPLEMENT_PEM_write_fp(name, type, str, asn1) /**/
+#define IMPLEMENT_PEM_write_fp_const(name, type, str, asn1) /**/
 #define IMPLEMENT_PEM_write_cb_fp(name, type, str, asn1) /**/
+#define IMPLEMENT_PEM_write_cb_fp_const(name, type, str, asn1) /**/
 
 #else
 
@@ -360,6 +362,7 @@ int PEM_write_bio_##name(BIO *bp, type *x, const EVP_CIPHER *enc, \
 
 #define DECLARE_PEM_read_bio(name, type) /**/
 #define DECLARE_PEM_write_bio(name, type) /**/
+#define DECLARE_PEM_write_bio_const(name, type) /**/
 #define DECLARE_PEM_write_cb_bio(name, type) /**/
 
 #endif