From: Michael Brown Date: Thu, 28 Jul 2016 14:00:26 +0000 (+0100) Subject: [crypto] Remove obsolete extern declaration for asn1_invalidate_cursor() X-Git-Tag: v1.20.1~375 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=5846ce2e9e567a216167fa389117011879fb9f8a;p=thirdparty%2Fipxe.git [crypto] Remove obsolete extern declaration for asn1_invalidate_cursor() Signed-off-by: Michael Brown --- diff --git a/src/include/ipxe/asn1.h b/src/include/ipxe/asn1.h index 2e635b48a..70dd3eae7 100644 --- a/src/include/ipxe/asn1.h +++ b/src/include/ipxe/asn1.h @@ -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 );