Skip to content
Snippets Groups Projects
Commit aa70c8af authored by manuroe's avatar manuroe
Browse files

OLMKit: Fix warning in OLMUtility

parent bc697bf5
No related branches found
No related tags found
No related merge requests found
......@@ -79,7 +79,7 @@ NSString *const OLMErrorDomain = @"org.matrix.olm";
size_t result = olm_ed25519_verify(_utility,
keyData.bytes, keyData.length,
message.bytes, message.length,
signatureData.bytes, signatureData.length
(void*)signatureData.bytes, signatureData.length
);
if (result == olm_error()) {
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment