summaryrefslogtreecommitdiffstats
path: root/crypto/pem/pem.h
diff options
context:
space:
mode:
authorDr. Stephen Henson <steve@openssl.org>2009-03-09 12:21:19 +0000
committerDr. Stephen Henson <steve@openssl.org>2009-03-09 12:21:19 +0000
commit4df100935f185476c4e84a68d0d5782377a46332 (patch)
tree4c0517b6e037ae538c35ae5f7384be18b1894db2 /crypto/pem/pem.h
parent2a0ff7ad20b732d2ad8b10f4e6924d1aad5812e7 (diff)
Update from stable branch.
Diffstat (limited to 'crypto/pem/pem.h')
-rw-r--r--crypto/pem/pem.h3
1 files changed, 3 insertions, 0 deletions
diff --git a/crypto/pem/pem.h b/crypto/pem/pem.h
index fc9804eea5..22231c26d3 100644
--- a/crypto/pem/pem.h
+++ b/crypto/pem/pem.h
@@ -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