Skip to content
GitLab
Menu
Projects
Groups
Snippets
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
Menu
Open sidebar
Michael Telatynski
Olm
Commits
aa70c8af
Commit
aa70c8af
authored
Nov 14, 2016
by
manuroe
Browse files
OLMKit: Fix warning in OLMUtility
parent
bc697bf5
Changes
1
Hide whitespace changes
Inline
Side-by-side
xcode/OLMKit/OLMUtility.m
View file @
aa70c8af
...
...
@@ -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
())
{
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment