Add constant to the template and not to a built file.
This commit is contained in:
parent
6e3602b556
commit
c9f6151c18
@ -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.
|
||||
|
@ -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;
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user