* gpgsm/t-import.c (print_op_info): New.
authorWerner Koch <wk@gnupg.org>
Wed, 26 Jun 2002 12:49:59 +0000 (12:49 +0000)
committerWerner Koch <wk@gnupg.org>
Wed, 26 Jun 2002 12:49:59 +0000 (12:49 +0000)
commit06cd423a8b14ae91d5b0b248a90516c92db4d54e
treefc6e43b3d22f30eccd217d1fb63978717406d8e8
parent73f47e40b1429a4683e7c0e2e795ac8563d84edf
* gpgsm/t-import.c (print_op_info): New.
(main): Print operation info.

* engine-gpgsm.c (map_assuan_error): Map No_Data_Available to EOF.

* import.c (append_xml_impinfo): Kludge to print fingerprint
instead of keyid for use with gpgsm.
(import_status_handler): Set a flag to know whether any import
occured.
(gpgme_op_import): Reurn -1 if no certificate ewas imported.

* gpgme.texi (Importing Keys): Document the return value -1 of
gpgme_op_import.
doc/ChangeLog
doc/gpgme.texi
gpgme/ChangeLog
gpgme/engine-gpgsm.c
gpgme/import.c
tests/ChangeLog
tests/gpgsm/t-import.c