mirror of
https://github.com/deltachat/deltachat-core.git
synced 2025-10-06 03:50:08 +02:00
comment
This commit is contained in:
parent
29b62854f8
commit
2ec94dd1cc
1 changed files with 2 additions and 1 deletions
|
@ -86,7 +86,8 @@ void mrpgp_rand_seed(mrmailbox_t* mailbox, const void* buf, size_t bytes)
|
|||
|
||||
/* Split data from PGP Armored Data as defined in https://tools.ietf.org/html/rfc4880#section-6.2.
|
||||
The given buffer is modified and the returned pointers are just point inside the modified buffer,
|
||||
no additional data to free therefore. */
|
||||
no additional data to free therefore.
|
||||
(NB: netpgp allows only parsing of Version, Comment, MessageID, Hash and Charset) */
|
||||
int mr_split_armored_data(char* buf, char** ret_headerline, char** ret_setupcodebegin, char** ret_base64)
|
||||
{
|
||||
int success = 0;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue