summaryrefslogtreecommitdiffstats
path: root/crypto
diff options
context:
space:
mode:
authorBen Laurie <ben@openssl.org>2008-05-20 03:05:50 +0000
committerBen Laurie <ben@openssl.org>2008-05-20 03:05:50 +0000
commit56bef2df4f9a754569bdadd11fc45e9e3e167f99 (patch)
tree6e9835c78432f84dee772345f11dbd987617ac9c /crypto
parent10d3886c51721c95aaa2aa59f495bc33ef304478 (diff)
Fix warning.
Diffstat (limited to 'crypto')
-rw-r--r--crypto/asn1/asn1.h5
1 files changed, 5 insertions, 0 deletions
diff --git a/crypto/asn1/asn1.h b/crypto/asn1/asn1.h
index 7a7338c204..d4e12a5409 100644
--- a/crypto/asn1/asn1.h
+++ b/crypto/asn1/asn1.h
@@ -1085,6 +1085,11 @@ int int_smime_write_ASN1(BIO *bio, ASN1_VALUE *val, BIO *data, int flags,
asn1_output_data_fn *data_fn,
const ASN1_ITEM *it);
ASN1_VALUE *SMIME_read_ASN1(BIO *bio, BIO **bcont, const ASN1_ITEM *it);
+
+int PEM_write_bio_ASN1_stream(BIO *out, ASN1_VALUE *val, BIO *in, int flags,
+ const char *hdr,
+ const ASN1_ITEM *it);
+
/* BEGIN ERROR CODES */
/* The following lines are auto generated by the script mkerr.pl. Any changes