diff options
author | Hubert Chathi <hubert@uhoreg.ca> | 2019-04-12 19:04:09 -0400 |
---|---|---|
committer | GitHub <noreply@github.com> | 2019-04-12 19:04:09 -0400 |
commit | b12fe0aeb3cbee8c4067a4fd229a7fb54de6781b (patch) | |
tree | c59f8690f0ab0ad4a266955a153b4af50450cb72 /include | |
parent | 086133f39a175a72ea7c898c708fed38b8dbd36b (diff) | |
parent | 5147349feabe93d4cfd3d45e94002c1bb8f87923 (diff) |
Merge pull request #88 from matrix-org/manuroe/sas_pksigning
OLMKit: add Short Authentication String verification
Diffstat (limited to 'include')
-rw-r--r-- | include/olm/sas.h | 2 |
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`. |