use the right error in the comment
This commit is contained in:
parent
a18a4e8eb4
commit
3ed150edf7
1 changed files with 1 additions and 1 deletions
|
@ -435,7 +435,7 @@ size_t olm_sha256(
|
||||||
);
|
);
|
||||||
|
|
||||||
/** Verify an ed25519 signature. If the key was too small then
|
/** Verify an ed25519 signature. If the key was too small then
|
||||||
* olm_session_last_error will be "INVALID_BASE64". If the signature was invalid
|
* olm_utility_last_error() will be "INVALID_BASE64". If the signature was invalid
|
||||||
* then olm_utility_last_error() will be "BAD_MESSAGE_MAC". */
|
* then olm_utility_last_error() will be "BAD_MESSAGE_MAC". */
|
||||||
size_t olm_ed25519_verify(
|
size_t olm_ed25519_verify(
|
||||||
OlmUtility * utility,
|
OlmUtility * utility,
|
||||||
|
|
Loading…
Reference in a new issue