doc/
authorMarcus Brinkmann <mb@g10code.com>
Tue, 19 Nov 2002 16:41:17 +0000 (16:41 +0000)
committerMarcus Brinkmann <mb@g10code.com>
Tue, 19 Nov 2002 16:41:17 +0000 (16:41 +0000)
commitdfc32a5441519cc6071ee5bf8e12abe4a29f5875
treeddd7bd5bac88e29f9fa51f7836e27d8e97516c86
parenta1bf7a10b4b682730d8bf46462da8843d393b5d5
doc/
2002-11-19  Marcus Brinkmann  <marcus@g10code.de>

* gpgme.texi (Generating Keys): Document new argument to
gpgme_op_genkey.

gpgme/
2002-11-19  Marcus Brinkmann  <marcus@g10code.de>

* genkey.c: Only include <config.h> if [HAVE_CONFIG_H].
(struct genkey_result_s): Add new member FPR.
(_gpgme_release_genkey_result): Free RESULT->fpr if set.
(genkey_status_handler): Extract the fingerprint from the status
line.
(gpgme_op_genkey): Add new argument FPR and return the fingerprint
in it.
* gpgme.h: Adjust prototype of gpgme_op_genkey.

tests/
2002-11-19  Marcus Brinkmann  <marcus@g10code.de>

* gpg/t-genkey.c (main): Add missing argument to gpgme_op_genkey
invocation.
CVSk: ----------------------------------------------------------------------
NEWS
doc/ChangeLog
doc/gpgme.texi
gpgme/ChangeLog
gpgme/genkey.c
gpgme/gpgme.h
gpgmeplug/ChangeLog
gpgmeplug/gpgmeplug.c
tests/ChangeLog
tests/gpg/t-genkey.c