Add constant to the template and not to a built file.

This commit is contained in:
Werner Koch 2010-03-12 22:24:13 +00:00
parent 6e3602b556
commit c9f6151c18
2 changed files with 5 additions and 1 deletions

View File

@ -1,5 +1,8 @@
2010-03-12 Werner Koch <wk@g10code.com>
* gpgme.h.in (GPGME_STATUS_SUCCESS): Use the right file for the
change; see below.
* passwd.c (op_data_t): New.
(passwd_start): Setup OPD.
(passwd_status_handler): Return GPG_ERR_NOT_SUPPORTED if needed.

View File

@ -494,7 +494,8 @@ typedef enum
GPGME_STATUS_PLAINTEXT = 81,
GPGME_STATUS_INV_SGNR = 82,
GPGME_STATUS_NO_SGNR = 83
GPGME_STATUS_NO_SGNR = 83,
GPGME_STATUS_SUCCESS = 84
}
gpgme_status_code_t;