summaryrefslogtreecommitdiffstats
path: root/src/crypto
diff options
context:
space:
mode:
Diffstat (limited to 'src/crypto')
-rw-r--r--src/crypto/asn1.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/crypto/asn1.c b/src/crypto/asn1.c
index ff56e1f3..549ee4d8 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;