mirror of
https://gitlab.linphone.org/BC/public/linphone-iphone.git
synced 2026-05-03 20:46:28 +00:00
Fix compilation.
This commit is contained in:
parent
0c98521d5d
commit
2f9760c696
1 changed files with 1 additions and 1 deletions
|
|
@ -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;
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue