diff options
author | Marcus Brinkmann <[email protected]> | 2001-10-29 00:08:14 +0000 |
---|---|---|
committer | Marcus Brinkmann <[email protected]> | 2001-10-29 00:08:14 +0000 |
commit | c3e7053489df648dfccf9bb4146c374aa229b483 (patch) | |
tree | b395cf43b24b8ea14df5b0593daecadc57116e07 /tests/Makefile.am | |
parent | Added these small tools (diff) | |
download | gpgme-c3e7053489df648dfccf9bb4146c374aa229b483.tar.gz gpgme-c3e7053489df648dfccf9bb4146c374aa229b483.zip |
gpgme/
2001-10-29 Marcus Brinkmann <[email protected]>
* context.h: New member signers_len. * signers.c
(gpgme_signers_clear): Require that signers are non-NULL with
assertion. Use signers_len to determine how much keys to release.
Add documentation.
(gpgme_signers_add): Use signers_len to determine if the buffer is
large enough. Use xtryrealloc rather than xtrymalloc and copying.
Add documentation.
(gpgme_signers_enum): Use signers_len to determine if key is
available. Add documentation.
tests/
2001-10-29 Marcus Brinkmann <[email protected]>
* t-signers.c: New file.
* Makefile.am (TESTS): Add t-signers.
Diffstat (limited to 'tests/Makefile.am')
-rw-r--r-- | tests/Makefile.am | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/tests/Makefile.am b/tests/Makefile.am index cb453a34..13cc1ad9 100644 --- a/tests/Makefile.am +++ b/tests/Makefile.am @@ -22,8 +22,8 @@ TESTS_ENVIRONMENT = GNUPGHOME=. -TESTS = t-version t-data t-encrypt t-sign t-decrypt t-verify t-keylist \ - t-export t-import t-trustlist +TESTS = t-version t-data t-encrypt t-sign t-signers t-decrypt t-verify \ + t-keylist t-export t-import t-trustlist EXTRA_DIST = mkdemodirs pubdemo.asc secdemo.asc cipher-1.asc geheim.txt \ |