diff options
author | Hubert Chathi <hubert@uhoreg.ca> | 2019-06-12 11:19:42 -0400 |
---|---|---|
committer | Hubert Chathi <hubert@uhoreg.ca> | 2019-06-12 11:22:28 -0400 |
commit | 3ed150edf7cb1f7b1a7075defbebff489d19337f (patch) | |
tree | f899c33d64d5fd054dd5ec0ba5ede014a08be644 /include/olm/olm.h | |
parent | a18a4e8eb47fb371c6e94b68e62643c00b325bfc (diff) |
use the right error in the comment
Diffstat (limited to 'include/olm/olm.h')
-rw-r--r-- | include/olm/olm.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/include/olm/olm.h b/include/olm/olm.h index 0722d79..61ea07b 100644 --- a/include/olm/olm.h +++ b/include/olm/olm.h @@ -435,7 +435,7 @@ size_t olm_sha256( ); /** 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". */ size_t olm_ed25519_verify( OlmUtility * utility, |