mirror of
https://github.com/ipxe/ipxe
synced 2025-12-23 13:30:57 +03:00
[tls] Use const to mark incoming data being processed
Signed-off-by: Michael Brown <mcb30@ipxe.org>
This commit is contained in:
@@ -23,7 +23,7 @@ FILE_LICENCE ( GPL2_OR_LATER );
|
||||
*/
|
||||
struct asn1_cursor {
|
||||
/** Start of data */
|
||||
void *data;
|
||||
const void *data;
|
||||
/** Length of data */
|
||||
size_t len;
|
||||
};
|
||||
|
||||
Reference in New Issue
Block a user