]> git.ipfire.org Git - thirdparty/ipxe.git/commitdiff
[crypto] Remove obsolete extern declaration for asn1_invalidate_cursor()
authorMichael Brown <mcb30@ipxe.org>
Thu, 28 Jul 2016 14:00:26 +0000 (15:00 +0100)
committerMichael Brown <mcb30@ipxe.org>
Thu, 28 Jul 2016 14:00:26 +0000 (15:00 +0100)
Signed-off-by: Michael Brown <mcb30@ipxe.org>
src/include/ipxe/asn1.h

index 2e635b48add36c58f747a441b0f05907c6b59a0a..70dd3eae7d425cdc91c92b66ca93e6e759f5999e 100644 (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 );