mirror of
https://github.com/ipxe/ipxe
synced 2025-12-19 11:00:27 +03:00
[crypto] Expose asn1_grow()
Signed-off-by: Michael Brown <mcb30@ipxe.org>
This commit is contained in:
@@ -365,6 +365,7 @@ extern int asn1_signature_algorithm ( const struct asn1_cursor *cursor,
|
||||
struct asn1_algorithm **algorithm );
|
||||
extern int asn1_generalized_time ( const struct asn1_cursor *cursor,
|
||||
time_t *time );
|
||||
extern int asn1_grow ( struct asn1_builder *builder, size_t extra );
|
||||
extern int asn1_prepend_raw ( struct asn1_builder *builder, const void *data,
|
||||
size_t len );
|
||||
extern int asn1_prepend ( struct asn1_builder *builder, unsigned int type,
|
||||
|
||||
Reference in New Issue
Block a user