aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorHubert Chathi <hubert@uhoreg.ca>2019-09-30 13:08:23 +0000
committerHubert Chathi <hubert@uhoreg.ca>2019-09-30 13:08:23 +0000
commit44c2e47a3ec72d034441fa5b1663131e15aa0dc5 (patch)
tree719ba60dd7860eace878bcbf286413253294ec72
parent57b6839c2574c9bcfd0ba2e1bef4996e07fc8045 (diff)
parentb83a0c0992217b47848d3da00215503f4b65bd0a (diff)
Merge branch 'dbkr/wrong_comment_breaks_everything' into 'master'
Fix comment and also js build See merge request matrix-org/olm!7
-rw-r--r--include/olm/pk.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/include/olm/pk.h b/include/olm/pk.h
index b51033c..d6476f2 100644
--- a/include/olm/pk.h
+++ b/include/olm/pk.h
@@ -152,7 +152,7 @@ size_t olm_pickle_pk_decryption_length(
/** Stores decryption object as a base64 string. Encrypts the object using the
* supplied key. Returns the length of the pickled object on success.
* Returns olm_error() on failure. If the pickle output buffer
- * is smaller than olm_pickle_decryption_length() then
+ * is smaller than olm_pickle_pk_decryption_length() then
* olm_pk_decryption_last_error() will be "OUTPUT_BUFFER_TOO_SMALL" */
size_t olm_pickle_pk_decryption(
OlmPkDecryption * decryption,