Skip to content

Fix isGoodSignature

Carl Schwan requested to merge work/carl/fix-isGoodSignature into master

GPGME_SIG_STAT_GOOD is not a flag but an enum so using & will result in wrong values with GPGME_SIG_STAT_NOKEY and GPGME_SIG_STAT_ERROR

Merge request reports