From e5bfa107bad45ea9e0304a74f07cc0c7fc9860ae Mon Sep 17 00:00:00 2001 From: Michael Brown Date: Tue, 13 Jun 2017 12:11:40 +0100 Subject: [crypto] Expose asn1_grow() Signed-off-by: Michael Brown --- src/crypto/asn1.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'src/crypto/asn1.c') diff --git a/src/crypto/asn1.c b/src/crypto/asn1.c index ff56e1f3b..549ee4d86 100644 --- a/src/crypto/asn1.c +++ b/src/crypto/asn1.c @@ -739,7 +739,7 @@ static size_t asn1_header ( struct asn1_builder_header *header, * @v extra Extra space to prepend * @ret rc Return status code */ -static int asn1_grow ( struct asn1_builder *builder, size_t extra ) { +int asn1_grow ( struct asn1_builder *builder, size_t extra ) { size_t new_len; void *new; -- cgit v1.2.3-55-g7522