aboutsummaryrefslogtreecommitdiffstats
path: root/src/r-gpgme.c
Commit message (Collapse)AuthorAgeFilesLines
* tree: handle a pointer returned by malloc()Joursoir2022-08-311-0/+4
| | | | | | | | It is wrong to assume that malloc() always returns allocated memory. Unfortunately, it can return NULL. The rest of the code that uses malloc() should be refactored. That's the reason why we can't do it right now.
* r-gpgme: add macro to print gpgme specific errorJoursoir2022-08-291-4/+6
|
* r-gpgme: drop macro for error handlingJoursoir2022-08-291-21/+0
|
* r-gpgme: handle errors using gotoJoursoir2022-08-291-34/+70
| | | | | To avoid a memory leakages we must release an allocated data. For output error messages use new macro.
* refactor; set correct headers guardJoursoir2021-03-231-6/+5
|
* change licenseJoursoir2021-02-281-0/+18
|
* add routines for gpgmeJoursoir2021-02-261-0/+157