david/ipxe
david
/
ipxe
Archived
1
0
Fork 0

[crypto] Remove obsolete extern declaration for asn1_invalidate_cursor()

Signed-off-by: Michael Brown <mcb30@ipxe.org>
This commit is contained in:
Michael Brown 2016-07-28 15:00:26 +01:00
parent 145aae3998
commit 5846ce2e9e
1 changed files with 0 additions and 1 deletions

View File

@ -337,7 +337,6 @@ asn1_type ( const struct asn1_cursor *cursor ) {
return ( ( cursor->len >= sizeof ( *type ) ) ? *type : ASN1_END );
}
extern void asn1_invalidate_cursor ( struct asn1_cursor *cursor );
extern int asn1_enter ( struct asn1_cursor *cursor, unsigned int type );
extern int asn1_skip_if_exists ( struct asn1_cursor *cursor,
unsigned int type );