From 08b7ea056b0597473e9d7c0c5a6f3fa466106893 Mon Sep 17 00:00:00 2001 From: linus Date: Wed, 31 Mar 2010 13:27:04 +0000 Subject: (tlv2buf): Make TLV const. git-svn-id: https://svn.testnett.uninett.no/radsecproxy/trunk@545 e88ac4ed-0b26-0410-9574-a7f39faa03bf --- tlv11.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'tlv11.c') diff --git a/tlv11.c b/tlv11.c index c609f4e..5697c1b 100644 --- a/tlv11.c +++ b/tlv11.c @@ -109,7 +109,7 @@ uint8_t *tlv2str(struct tlv *tlv) { return s; } -uint8_t *tlv2buf(uint8_t *p, struct tlv *tlv) { +uint8_t *tlv2buf(uint8_t *p, const struct tlv *tlv) { *p++ = tlv->t; *p++ = tlv->l; if (tlv->l) { -- cgit v1.2.3