* lib: add support for asking user for password from console

This commit is contained in:
djcb
2012-09-13 22:57:04 +03:00
parent 52bc720258
commit 61ade73332
3 changed files with 36 additions and 22 deletions

View File

@ -48,6 +48,9 @@ enum _MuMsgOptions {
MU_MSG_OPTION_USE_AGENT = 1 << 6,
/* MU_MSG_OPTION_USE_PKCS7 = 1 << 7, /\* gpg is the default *\/ */
/* get password from console if needed */
MU_MSG_OPTION_CONSOLE_PASSWORD = 1 << 7,
MU_MSG_OPTION_DECRYPT = 1 << 8,
/* misc */