diff options
| author | Michael Brown | 2016-07-28 16:00:26 +0200 |
|---|---|---|
| committer | Michael Brown | 2016-07-28 16:00:26 +0200 |
| commit | 5846ce2e9e567a216167fa389117011879fb9f8a (patch) | |
| tree | e4adf19dc84db35408381abe77e6f9f0ee5de113 | |
| parent | [hyperv] Use instance UUID in device name (diff) | |
| download | ipxe-5846ce2e9e567a216167fa389117011879fb9f8a.tar.gz ipxe-5846ce2e9e567a216167fa389117011879fb9f8a.tar.xz ipxe-5846ce2e9e567a216167fa389117011879fb9f8a.zip | |
[crypto] Remove obsolete extern declaration for asn1_invalidate_cursor()
Signed-off-by: Michael Brown <mcb30@ipxe.org>
| -rw-r--r-- | src/include/ipxe/asn1.h | 1 |
1 files changed, 0 insertions, 1 deletions
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 ); |
