mirror of
https://github.com/ipxe/ipxe
synced 2026-01-01 17:34:42 +03:00
[asn1] Rename ASN1_OID_CURSOR to ASN1_CURSOR
There is nothing OID-specific about the ASN1_OID_CURSOR macro. Rename to allow it to be used for constructing ASN.1 cursors with arbitrary contents. Signed-off-by: Michael Brown <mcb30@ipxe.org>
This commit is contained in:
@@ -116,7 +116,7 @@ static const uint8_t oid_basic_response_type[] = { ASN1_OID_OCSP_BASIC };
|
||||
|
||||
/** OCSP basic response type cursor */
|
||||
static struct asn1_cursor oid_basic_response_type_cursor =
|
||||
ASN1_OID_CURSOR ( oid_basic_response_type );
|
||||
ASN1_CURSOR ( oid_basic_response_type );
|
||||
|
||||
/**
|
||||
* Free OCSP check
|
||||
|
||||
Reference in New Issue
Block a user