diff options
author | Werner Koch <[email protected]> | 2002-03-05 15:56:46 +0000 |
---|---|---|
committer | Werner Koch <[email protected]> | 2002-03-05 15:56:46 +0000 |
commit | c8454f792d7d592bd714a05265319287974825c9 (patch) | |
tree | ddb7b0cfbdacff04ba90276c22c4203dee16b039 /sm/keylist.c | |
parent | Minor fixes; about to release 0.3.1 (diff) | |
download | gnupg-c8454f792d7d592bd714a05265319287974825c9.tar.gz gnupg-c8454f792d7d592bd714a05265319287974825c9.zip |
* gpgsm.c, gpgsm.h: Add local_user.
* sign.c (gpgsm_get_default_cert): New.
(get_default_signer): Use the new function if local_user is not
set otherwise used that value.
* encrypt.c (get_default_recipient): Removed.
(gpgsm_encrypt): Use gpgsm_get_default_cert.
* verify.c (gpgsm_verify): Better error text for a bad signature
found by comparing the hashs.
Diffstat (limited to 'sm/keylist.c')
-rw-r--r-- | sm/keylist.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/sm/keylist.c b/sm/keylist.c index d3dd839d6..0c8416810 100644 --- a/sm/keylist.c +++ b/sm/keylist.c @@ -233,7 +233,7 @@ gpgsm_list_keys (CTRL ctrl, STRLIST names, FILE *fp, unsigned int mode) int have_secret; #warning there is no key selection yet - /* We must take care of qouting here */ + /* We must take care of quoting here */ hd = keydb_new (0); if (!hd) rc = GNUPG_General_Error; |