mirror of
https://github.com/RetroShare/RetroShare.git
synced 2025-06-23 05:44:45 -04:00
add a gpg debug output
git-svn-id: http://svn.code.sf.net/p/retroshare/code/trunk@2031 b45a01b8-16f6-495d-af2f-9b41ad6348cc
This commit is contained in:
parent
37cf2e98a2
commit
a38799a98e
1 changed files with 4 additions and 2 deletions
|
@ -651,6 +651,8 @@ void print_pgpme_verify_summary(unsigned int summary)
|
|||
std::cerr << " KEY_REVOKED ";
|
||||
if (summary & GPGME_SIGSUM_KEY_EXPIRED)
|
||||
std::cerr << " KEY_EXPIRED ";
|
||||
if (summary & GPGME_SIGSUM_SIG_EXPIRED)
|
||||
std::cerr << " SIG_EXPIRED ";
|
||||
if (summary & GPGME_SIGSUM_KEY_MISSING)
|
||||
std::cerr << " KEY_MISSING ";
|
||||
if (summary & GPGME_SIGSUM_CRL_MISSING)
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue