From 2f9760c696b4d79c4c741238f3461b998e63f0b6 Mon Sep 17 00:00:00 2001 From: Ghislain MARY Date: Mon, 31 Jul 2017 16:17:49 +0200 Subject: [PATCH] Fix compilation. --- coreapi/lime.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/coreapi/lime.c b/coreapi/lime.c index 76c44556e..ba4e00027 100644 --- a/coreapi/lime.c +++ b/coreapi/lime.c @@ -580,7 +580,7 @@ int lime_decryptMultipartMessage(void *cachedb, uint8_t *message, const char *se char xpath_str[MAX_XPATH_LENGTH]; limeKey_t associatedKey; char *peerZidHex = NULL; - const char *sessionIndexHex = NULL; + char *sessionIndexHex = NULL; xmlparsing_context_t *xml_ctx; xmlXPathObjectPtr msg_object; uint8_t *encryptedMessage = NULL;