From b63bcd73a0e83fe74d530d100248c87579956985 Mon Sep 17 00:00:00 2001 From: Michael Brown Date: Sat, 10 Mar 2012 00:25:03 +0000 Subject: [tls] Use const to mark incoming data being processed Signed-off-by: Michael Brown --- src/include/ipxe/asn1.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'src/include/ipxe') 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; }; -- cgit v1.2.3-55-g7522