Skip to content
Snippets Groups Projects
Commit 44c2e47a authored by Hubert Chathi's avatar Hubert Chathi
Browse files

Merge branch 'dbkr/wrong_comment_breaks_everything' into 'master'

Fix comment and also js build

See merge request matrix-org/olm!7
parents 57b6839c b83a0c09
No related branches found
No related tags found
No related merge requests found
......@@ -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,
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment