diff options
author | Werner Koch <[email protected]> | 2010-03-12 18:03:02 +0000 |
---|---|---|
committer | Werner Koch <[email protected]> | 2010-03-12 18:03:02 +0000 |
commit | 6e3602b556b6ac4dc32877a2f800e3322294976d (patch) | |
tree | ba5e229df9c1e7ed75d1eb6785f7a75bc517c783 /src/context.h | |
parent | Hack to start the agent as a side-effect of a secret key listing (diff) | |
download | gpgme-6e3602b556b6ac4dc32877a2f800e3322294976d.tar.gz gpgme-6e3602b556b6ac4dc32877a2f800e3322294976d.zip |
Detect old gpg versions not featuring the --passwd command.
Diffstat (limited to 'src/context.h')
-rw-r--r-- | src/context.h | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/src/context.h b/src/context.h index 19c7194b..69d8d9bd 100644 --- a/src/context.h +++ b/src/context.h @@ -37,7 +37,8 @@ typedef enum { OPDATA_DECRYPT, OPDATA_SIGN, OPDATA_ENCRYPT, OPDATA_PASSPHRASE, OPDATA_IMPORT, OPDATA_GENKEY, OPDATA_KEYLIST, OPDATA_EDIT, - OPDATA_VERIFY, OPDATA_TRUSTLIST, OPDATA_ASSUAN, OPDATA_VFS_MOUNT + OPDATA_VERIFY, OPDATA_TRUSTLIST, OPDATA_ASSUAN, OPDATA_VFS_MOUNT, + OPDATA_PASSWD } ctx_op_data_id_t; |