mirror of
https://github.com/ipxe/ipxe
synced 2025-12-23 21:41:43 +03:00
[crypto] Expose asn1_grow()
Signed-off-by: Michael Brown <mcb30@ipxe.org>
This commit is contained in:
@@ -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;
|
||||
|
||||
|
||||
Reference in New Issue
Block a user