aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorWerner Koch <[email protected]>2003-06-03 19:55:50 +0000
committerWerner Koch <[email protected]>2003-06-03 19:55:50 +0000
commita3d4ac6f3e76119a0e24362a3180f1dee6b17381 (patch)
tree8706913a21cfe7c3e4a91a067164a006dacb6341
parentUpdate to gettext 0.11.5 (diff)
downloadgnupg-a3d4ac6f3e76119a0e24362a3180f1dee6b17381.tar.gz
gnupg-a3d4ac6f3e76119a0e24362a3180f1dee6b17381.zip
Make use of libgpg-error
Diffstat (limited to '')
-rw-r--r--README3
-rw-r--r--TODO2
2 files changed, 3 insertions, 2 deletions
diff --git a/README b/README
index b0b23c5f6..7aea069b3 100644
--- a/README
+++ b/README
@@ -7,7 +7,8 @@ sm/ the gpgsm program
agent/ the gpg-agent
scd/ the smartcard daemon
-Libassuan, Libksba and Libgcrypt are required to build it.
+You need the libgpg-error package. Libassuan, Libksba and Libgcrypt
+are also required to build it.
Keybox is designed to be source include-able.
diff --git a/TODO b/TODO
index 9b277aa5e..bd23ba6c0 100644
--- a/TODO
+++ b/TODO
@@ -36,7 +36,7 @@ might want to have an agent context for each service request
** Write a keybox header and check for that magic value.
** Check that all error code mapping is done.
** Remove the inter-module dependencies between gpgsm and keybox
-
+** Add an source_of_key field
* agent/command.c
** Make sure that secure memory is used where appropriate