summaryrefslogtreecommitdiffstats
path: root/crypto/include/internal/asn1_int.h
diff options
context:
space:
mode:
authorRichard Levitte <levitte@openssl.org>2016-11-18 18:17:20 +0100
committerRichard Levitte <levitte@openssl.org>2017-06-29 11:55:31 +0200
commit86f7b042124b3395a9c9b8dacc02dbba579ca0e8 (patch)
tree68aa75ce7aa4c221f021afeadf9bd040a7d31f21 /crypto/include/internal/asn1_int.h
parent71a5516dcc8a91a9c4fbb724ea7e3658e85f2ad2 (diff)
Make asn1_d2i_read_bio accessible from STORE
This is needed for the upcoming "file" scheme STORE loader. Reviewed-by: Matt Caswell <matt@openssl.org> (Merged from https://github.com/openssl/openssl/pull/3542)
Diffstat (limited to 'crypto/include/internal/asn1_int.h')
-rw-r--r--crypto/include/internal/asn1_int.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/crypto/include/internal/asn1_int.h b/crypto/include/internal/asn1_int.h
index a2e2b17b6a..8ff919c8fa 100644
--- a/crypto/include/internal/asn1_int.h
+++ b/crypto/include/internal/asn1_int.h
@@ -99,3 +99,4 @@ struct asn1_pctx_st {
} /* ASN1_PCTX */ ;
int asn1_valid_host(const ASN1_STRING *host);
+int asn1_d2i_read_bio(BIO *in, BUF_MEM **pb);