aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorMarcus Brinkmann <[email protected]>2004-04-29 21:19:30 +0000
committerMarcus Brinkmann <[email protected]>2004-04-29 21:19:30 +0000
commit3e64cff5f8edc5a7fd13a797ab62f4c40414f3db (patch)
tree9e91da93de8dac3ed954a02246311a112f506bac
parentAdd Albrecht Dre� <[email protected]>, because he was helpful. (diff)
downloadgpgme-3e64cff5f8edc5a7fd13a797ab62f4c40414f3db.tar.gz
gpgme-3e64cff5f8edc5a7fd13a797ab62f4c40414f3db.zip
2004-04-29 Marcus Brinkmann <[email protected]>
* gpgme.texi (Verify): Correct type of member wrong_key_usage.
Diffstat (limited to '')
-rw-r--r--doc/ChangeLog4
-rw-r--r--doc/gpgme.texi2
2 files changed, 5 insertions, 1 deletions
diff --git a/doc/ChangeLog b/doc/ChangeLog
index f888c9a9..0a760935 100644
--- a/doc/ChangeLog
+++ b/doc/ChangeLog
@@ -1,3 +1,7 @@
+2004-04-29 Marcus Brinkmann <[email protected]>
+
+ * gpgme.texi (Verify): Correct type of member wrong_key_usage.
+
2004-03-29 Moritz Schulte <[email protected]>
* gpgme.texi (Verify): Fix type of gpgme_op_verify_result.
diff --git a/doc/gpgme.texi b/doc/gpgme.texi
index e9e78ed1..86e45a74 100644
--- a/doc/gpgme.texi
+++ b/doc/gpgme.texi
@@ -3698,7 +3698,7 @@ The creation timestamp of this signature.
The expiration timestamp of this signature, or 0 if the signature does
not expire.
-@item int wrong_key_usage : 1;
+@item unsigned int wrong_key_usage : 1;
This is true if the key was not used according to its policy.
@item gpgme_validity_t validity