Skip to content

Commit

Permalink
Browse files Browse the repository at this point in the history
[crypto] Remove obsolete extern declaration for asn1_invalidate_cursor()
Signed-off-by: Michael Brown <mcb30@ipxe.org>
  • Loading branch information
mcb30 committed Jul 28, 2016
1 parent 145aae3 commit 5846ce2
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion src/include/ipxe/asn1.h
Expand Up @@ -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 );
Expand Down

0 comments on commit 5846ce2

Please sign in to comment.