diff options
Diffstat (limited to 'gpgme/gpgme.h')
-rw-r--r-- | gpgme/gpgme.h | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/gpgme/gpgme.h b/gpgme/gpgme.h index 3db2d972..c3f5123b 100644 --- a/gpgme/gpgme.h +++ b/gpgme/gpgme.h @@ -706,6 +706,9 @@ void gpgme_set_textmode (gpgme_ctx_t ctx, int yes); /* Return non-zero if text mode is set in CTX. */ int gpgme_get_textmode (gpgme_ctx_t ctx); +/* Use whatever the default of the backend crypto engine is. */ +#define GPGME_INCLUDE_CERTS_DEFAULT -256 + /* Include up to NR_OF_CERTS certificates in an S/MIME message. */ void gpgme_set_include_certs (gpgme_ctx_t ctx, int nr_of_certs); |