[crypto] Expose asn1_grow()

Signed-off-by: Michael Brown <mcb30@ipxe.org>
This commit is contained in:
Michael Brown
2017-06-13 12:11:40 +01:00
parent 5b608bbfe0
commit e5bfa107ba
2 changed files with 2 additions and 1 deletions

View File

@@ -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;