diff options
author | Werner Koch <[email protected]> | 2009-08-06 17:17:18 +0000 |
---|---|---|
committer | Werner Koch <[email protected]> | 2009-08-06 17:17:18 +0000 |
commit | 0fcf3ee915a1c90bd7471ec371924a1ff7a5fcdd (patch) | |
tree | bb3ff05956cb91ba2dae86d75b3ac900fe3dc488 /doc/gpgme.texi | |
parent | Add issing file. (diff) | |
download | gpgme-0fcf3ee915a1c90bd7471ec371924a1ff7a5fcdd.tar.gz gpgme-0fcf3ee915a1c90bd7471ec371924a1ff7a5fcdd.zip |
Fix detection of invalid signer keys.
Support the new INV_SGNR status code.
Diffstat (limited to 'doc/gpgme.texi')
-rw-r--r-- | doc/gpgme.texi | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/doc/gpgme.texi b/doc/gpgme.texi index a0bc20e8..3b1c10fa 100644 --- a/doc/gpgme.texi +++ b/doc/gpgme.texi @@ -4777,7 +4777,7 @@ of a @code{gpgme_op_sign} operation. The pointer is only valid if the last operation on the context was a @code{gpgme_op_sign}, @code{gpgme_op_sign_start}, @code{gpgme_op_encrypt_sign} or @code{gpgme_op_encrypt_sign_start} operation. If that operation -failed, the function might return a @code{NULL} pointer, The returned +failed, the function might return a @code{NULL} pointer. The returned pointer is only valid until the next operation is started on the context. @end deftypefun |