aboutsummaryrefslogtreecommitdiffstats
path: root/crypto/pem/pem.h
diff options
context:
space:
mode:
authorDr. Stephen Henson <steve@openssl.org>2007-06-07 13:14:42 +0000
committerDr. Stephen Henson <steve@openssl.org>2007-06-07 13:14:42 +0000
commit3c07d3a3d32aefaeebde24fdf8f046a8bce33b3c (patch)
treea72f0631938984214aeeba2ccdad4f58d0bc2e2c /crypto/pem/pem.h
parent1d1a64653cef9a9793c391e629a718b69b35fe3a (diff)
downloadopenssl-3c07d3a3d32aefaeebde24fdf8f046a8bce33b3c.tar.gz
Finish gcc 4.2 changes.
Diffstat (limited to 'crypto/pem/pem.h')
-rw-r--r--crypto/pem/pem.h4
1 files changed, 0 insertions, 4 deletions
diff --git a/crypto/pem/pem.h b/crypto/pem/pem.h
index 32a67b2d36..96e39d47f5 100644
--- a/crypto/pem/pem.h
+++ b/crypto/pem/pem.h
@@ -414,13 +414,9 @@ int PEM_bytes_read_bio(unsigned char **pdata, long *plen, char **pnm, const char
pem_password_cb *cb, void *u);
void * PEM_ASN1_read_bio(d2i_of_void *d2i, const char *name, BIO *bp,
void **x, pem_password_cb *cb, void *u);
-#define PEM_ASN1_read_bio_of(type,d2i,name,bp,x,cb,u) \
-((type *(*)(D2I_OF(type),const char *,BIO *,type **,pem_password_cb *,void *))openssl_fcast(PEM_ASN1_read_bio))(d2i,name,bp,x,cb,u)
int PEM_ASN1_write_bio(i2d_of_void *i2d,const char *name,BIO *bp, void *x,
const EVP_CIPHER *enc,unsigned char *kstr,int klen,
pem_password_cb *cb, void *u);
-#define PEM_ASN1_write_bio_of(type,i2d,name,bp,x,enc,kstr,klen,cb,u) \
- ((int (*)(I2D_OF(type),const char *,BIO *,type *, const EVP_CIPHER *,unsigned char *,int, pem_password_cb *,void *))openssl_fcast(PEM_ASN1_write_bio))(i2d,name,bp,x,enc,kstr,klen,cb,u)
STACK_OF(X509_INFO) * PEM_X509_INFO_read_bio(BIO *bp, STACK_OF(X509_INFO) *sk, pem_password_cb *cb, void *u);
int PEM_X509_INFO_write_bio(BIO *bp,X509_INFO *xi, EVP_CIPHER *enc,