Fix compilation.

This commit is contained in:
Ghislain MARY 2017-07-31 16:17:49 +02:00
parent 0c98521d5d
commit 2f9760c696

View file

@ -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;