aboutsummaryrefslogtreecommitdiff
path: root/include/olm/sas.h
diff options
context:
space:
mode:
authorHubert Chathi <hubert@uhoreg.ca>2019-04-12 19:04:09 -0400
committerGitHub <noreply@github.com>2019-04-12 19:04:09 -0400
commitb12fe0aeb3cbee8c4067a4fd229a7fb54de6781b (patch)
treec59f8690f0ab0ad4a266955a153b4af50450cb72 /include/olm/sas.h
parent086133f39a175a72ea7c898c708fed38b8dbd36b (diff)
parent5147349feabe93d4cfd3d45e94002c1bb8f87923 (diff)
Merge pull request #88 from matrix-org/manuroe/sas_pksigning
OLMKit: add Short Authentication String verification
Diffstat (limited to 'include/olm/sas.h')
-rw-r--r--include/olm/sas.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/include/olm/sas.h b/include/olm/sas.h
index ec90ae7..9d2ae3e 100644
--- a/include/olm/sas.h
+++ b/include/olm/sas.h
@@ -93,7 +93,7 @@ size_t olm_sas_get_pubkey(
*
* @param[in] sas the SAS object.
* @param[in] their_key the other user's public key.
- * @param[in] their_key_size the size of the `their_key` buffer.
+ * @param[in] their_key_length the size of the `their_key` buffer.
*
* @return `olm_error()` on failure. If the `their_key` buffer is too small,
* then `olm_sas_last_error()` will be `INPUT_BUFFER_TOO_SMALL`.