mirror of
git://git.gnupg.org/gnupg.git
synced 2025-04-11 22:01:08 +02:00
Typo fixes
--
This commit is contained in:
parent
436f206072
commit
d95beb85df
@ -47,7 +47,7 @@ struct try_unprotect_arg_s
|
|||||||
const unsigned char *protected_key;
|
const unsigned char *protected_key;
|
||||||
unsigned char *unprotected_key;
|
unsigned char *unprotected_key;
|
||||||
int change_required; /* Set by the callback to indicate that the
|
int change_required; /* Set by the callback to indicate that the
|
||||||
user should chnage the passphrase. */
|
user should change the passphrase. */
|
||||||
};
|
};
|
||||||
|
|
||||||
|
|
||||||
@ -469,6 +469,8 @@ unprotect (ctrl_t ctrl, const char *cache_nonce, const char *desc_text,
|
|||||||
assert (arg.unprotected_key);
|
assert (arg.unprotected_key);
|
||||||
if (arg.change_required)
|
if (arg.change_required)
|
||||||
{
|
{
|
||||||
|
/* The callback told as that the user should change their
|
||||||
|
passphrase. Present the dialog to do. */
|
||||||
size_t canlen, erroff;
|
size_t canlen, erroff;
|
||||||
gcry_sexp_t s_skey;
|
gcry_sexp_t s_skey;
|
||||||
|
|
||||||
@ -499,6 +501,7 @@ unprotect (ctrl_t ctrl, const char *cache_nonce, const char *desc_text,
|
|||||||
}
|
}
|
||||||
else
|
else
|
||||||
{
|
{
|
||||||
|
/* Passphrase is fine. */
|
||||||
agent_put_cache (hexgrip, cache_mode, pi->pin,
|
agent_put_cache (hexgrip, cache_mode, pi->pin,
|
||||||
lookup_ttl? lookup_ttl (hexgrip) : 0);
|
lookup_ttl? lookup_ttl (hexgrip) : 0);
|
||||||
agent_store_cache_hit (hexgrip);
|
agent_store_cache_hit (hexgrip);
|
||||||
|
Loading…
x
Reference in New Issue
Block a user