1
0
Fork 0
mirror of git://git.gnupg.org/gnupg.git synced 2025-07-02 22:46:30 +02:00

* import.c (import_keys_internal): Missed one s/inp/inp2/.

* keylist.c (print_capabilities): Properly indicate per-key capabilities
of sign&encrypt primary keys that have secret-parts-missing (i.e. no
capabilities at all)

* mainproc.c (symkey_decrypt_sesskey): Fix compiler warning.
This commit is contained in:
David Shaw 2002-10-07 22:19:11 +00:00
parent 60dff3c175
commit e4f5b9b4c2
3 changed files with 15 additions and 9 deletions

View file

@ -196,7 +196,7 @@ import_keys_internal( IOBUF inp, char **fnames, int nnames,
IOBUF inp2 = iobuf_open(fname);
if( !fname )
fname = "[stdin]";
if( !inp )
if( !inp2 )
log_error(_("can't open `%s': %s\n"), fname, strerror(errno) );
else {
rc = import( inp2, fname, stats, options );