From 3ed150edf7cb1f7b1a7075defbebff489d19337f Mon Sep 17 00:00:00 2001 From: Hubert Chathi Date: Wed, 12 Jun 2019 11:19:42 -0400 Subject: use the right error in the comment --- include/olm/olm.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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, -- cgit v1.2.3