[gpgme] export test: wrong mode flags?

Daniele Ricci daniele.athome at gmail.com
Tue Jan 7 15:26:46 CET 2014


Hello developers,
I'm implementing some more --export-options in gpgme and I've noticed
that the export test includes the 0x2 flag but using another name:

mode |= GPGME_KEYLIST_MODE_EXTERN;

I think it should use instead:

mode |= GPGME_EXPORT_MODE_EXTERN;

Even if the value is the same... or maybe I'm missing something?

Regards
-- 
Daniele



More information about the Gnupg-devel mailing list