use the correct error code
This commit is contained in:
parent
af86a9a8b8
commit
8c1169f0f5
1 changed files with 1 additions and 1 deletions
|
@ -70,7 +70,7 @@ size_t olm_pk_encryption_set_recipient_key (
|
|||
) {
|
||||
if (key_length < olm_pk_key_length()) {
|
||||
encryption->last_error =
|
||||
OlmErrorCode::OLM_OUTPUT_BUFFER_TOO_SMALL; // FIXME:
|
||||
OlmErrorCode::OLM_INPUT_BUFFER_TOO_SMALL;
|
||||
return std::size_t(-1);
|
||||
}
|
||||
olm::decode_base64(
|
||||
|
|
Loading…
Reference in a new issue