2004-04-29 Marcus Brinkmann <marcus@g10code.de>
* gpgme.texi (Verify): Correct type of member wrong_key_usage.
This commit is contained in:
parent
7bdaddd213
commit
3e64cff5f8
@ -1,3 +1,7 @@
|
||||
2004-04-29 Marcus Brinkmann <marcus@g10code.de>
|
||||
|
||||
* gpgme.texi (Verify): Correct type of member wrong_key_usage.
|
||||
|
||||
2004-03-29 Moritz Schulte <moritz@duesseldorf.ccc.de>
|
||||
|
||||
* gpgme.texi (Verify): Fix type of gpgme_op_verify_result.
|
||||
|
@ -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
|
||||
|
Loading…
Reference in New Issue
Block a user