This website works better with JavaScript.
Home
Help
Register
Sign In
darthmama
/
pEpEngine
forked from
pEp.foundation/pEpEngine
Watch
1
Star
0
Fork
0
Code
Issues
0
Pull Requests
0
Projects
0
Releases
312
Wiki
Activity
Browse Source
We weren't returning keylist/changed keys from unencrypted messages.
IOS-2327
Release_2.1.0-RC15
Krista 'DarthMama' Bennett
2 years ago
parent
3826b3d23b
commit
65507afb36
1 changed files
with
5 additions
and
0 deletions
Split View
Diff Options
Show Stats
Download Patch File
Download Diff File
+5
-0
src/message_api.c
+ 5
- 0
src/message_api.c
View File
@ -3819,6 +3819,11 @@ static PEP_STATUS _decrypt_message(
pull_up_attached_main_msg
(
src
)
;
if
(
imported_key_fprs
)
*
imported_key_fprs
=
_imported_key_list
;
if
(
changed_public_keys
)
*
changed_public_keys
=
_changed_keys
;
return
PEP_UNENCRYPTED
;
}
Write
Preview
Loading…
Cancel
Save