[git] GPGME - branch, master, updated. gpgme-1.8.0-86-g5b49095

by Daniel Kahn Gillmor cvs at cvs.gnupg.org
Sun Feb 26 07:44:39 CET 2017


This is an automated email from the git hooks/post-receive script. It was
generated because a ref change was pushed to the repository containing
the project "GnuPG Made Easy".

The branch, master has been updated
       via  5b49095b89b07591c69827df3973ffabfb3e97b8 (commit)
      from  a7c6353edab57b67180aa127ec77d9353c2366fb (commit)

Those revisions listed above that are new to this repository have
not appeared on any other notification email; so we list those
revisions in full, below.

- Log -----------------------------------------------------------------
commit 5b49095b89b07591c69827df3973ffabfb3e97b8
Author: Daniel Kahn Gillmor <dkg at fifthhorseman.net>
Date:   Sat Feb 25 16:08:11 2017 -0500

    doc: Correct documentation for recp arg of gpgme_op_encrypt_sign_start
    
    * doc/gpgme.texi (gpgme_op_encrypt_sign_start): recp is an array of
    gpgme_key_t, not a single element.
    
    Signed-off-by: Daniel Kahn Gillmor <dkg at fifthhorseman.net>

diff --git a/doc/gpgme.texi b/doc/gpgme.texi
index 1e2cde7..d32a124 100644
--- a/doc/gpgme.texi
+++ b/doc/gpgme.texi
@@ -5609,7 +5609,7 @@ The combined encrypt and sign operation is currently only available
 for the OpenPGP crypto engine.
 @end deftypefun
 
- at deftypefun gpgme_error_t gpgme_op_encrypt_sign_start (@w{gpgme_ctx_t @var{ctx}}, @w{gpgme_key_t @var{recp}}, @w{gpgme_encrypt_flags_t @var{flags}}, @w{gpgme_data_t @var{plain}}, @w{gpgme_data_t @var{cipher}})
+ at deftypefun gpgme_error_t gpgme_op_encrypt_sign_start (@w{gpgme_ctx_t @var{ctx}}, @w{gpgme_key_t @var{recp}[]}, @w{gpgme_encrypt_flags_t @var{flags}}, @w{gpgme_data_t @var{plain}}, @w{gpgme_data_t @var{cipher}})
 The function @code{gpgme_op_encrypt_sign_start} initiates a
 @code{gpgme_op_encrypt_sign} operation.  It can be completed by
 calling @code{gpgme_wait} on the context.  @xref{Waiting For

-----------------------------------------------------------------------

Summary of changes:
 doc/gpgme.texi | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)


hooks/post-receive
-- 
GnuPG Made Easy
http://git.gnupg.org




More information about the Gnupg-commits mailing list