Skip to content
GitLab
Menu
Projects
Groups
Snippets
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
Menu
Open sidebar
matrix-org
Olm
Commits
4bb039a9
Commit
4bb039a9
authored
Jun 12, 2019
by
Hubert Chathi
Browse files
fix another incorrect comment
parent
3ed150ed
Changes
1
Hide whitespace changes
Inline
Side-by-side
include/olm/pk.h
View file @
4bb039a9
...
...
@@ -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_
account
_length() then
* is smaller than olm_pickle_
decryption
_length() then
* olm_pk_decryption_last_error() will be "OUTPUT_BUFFER_TOO_SMALL" */
size_t
olm_pickle_pk_decryption
(
OlmPkDecryption
*
decryption
,
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment