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
matrix-org
Olm
Commits
78d9cbab
Commit
78d9cbab
authored
Sep 23, 2020
by
Hubert Chathi
Browse files
set their_key_set flag explicitly on init
parent
2ef1f6f4
Changes
1
Hide whitespace changes
Inline
Side-by-side
src/sas.c
View file @
78d9cbab
...
...
@@ -63,6 +63,7 @@ size_t olm_create_sas(
return
(
size_t
)
-
1
;
}
_olm_crypto_curve25519_generate_key
((
uint8_t
*
)
random
,
&
sas
->
curve25519_key
);
sas
->
their_key_set
=
0
;
return
0
;
}
...
...
Write
Preview
Supports
Markdown
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