diff options
Diffstat (limited to 'g10/passphrase.c')
-rw-r--r-- | g10/passphrase.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/g10/passphrase.c b/g10/passphrase.c index c8ebad620..7c4f78f68 100644 --- a/g10/passphrase.c +++ b/g10/passphrase.c @@ -636,7 +636,7 @@ agent_get_passphrase ( u32 *keyid, int mode, const char *tryagain_text ) else *maink = 0; - uid = get_user_id( keyid, &uidlen ); + uid = get_user_id ( keyid, &uidlen ); timestr = strtimestamp (pk->timestamp); fmtstr = _("You need a passphrase to unlock the" " secret key for user:\n" |