summaryrefslogtreecommitdiffstats
path: root/src/include/ipxe
diff options
context:
space:
mode:
Diffstat (limited to 'src/include/ipxe')
-rw-r--r--src/include/ipxe/asn1.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/include/ipxe/asn1.h b/src/include/ipxe/asn1.h
index 7ac108626..b51267ba3 100644
--- a/src/include/ipxe/asn1.h
+++ b/src/include/ipxe/asn1.h
@@ -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;
};