ueno / ruby-gpgme

a ruby interface to GnuPG Made Easy (GPGME).
GNU Lesser General Public License v2.1
232 stars 99 forks source link

GPGME_ENCRYPT_NO_ENCRYPT_TO not available #137

Open immerda opened 4 years ago

immerda commented 4 years ago

When I install the gem GPGME_ENCRYPT_NO_ENCRYPT_TO is not available, even though I have a recent enough gpgme version, which should report it.

Additionally the flag is not exposed in the high-level api. It would be nice if I could set it as an option.

If you have any pointers why the symbol is not exposed at all, I could provide a patch for the second problem...