aboutsummaryrefslogtreecommitdiffstats
path: root/agent/minip12.c
diff options
context:
space:
mode:
authorWerner Koch <[email protected]>2004-02-13 12:37:54 +0000
committerWerner Koch <[email protected]>2004-02-13 12:37:54 +0000
commitb01d9899256f36b725212b68b7fcc47c9557e74e (patch)
tree00bf26e88010cc5d73b2e23b765aed8802b4c37c /agent/minip12.c
parentRemoved cruft from debugging. (diff)
downloadgnupg-b01d9899256f36b725212b68b7fcc47c9557e74e.tar.gz
gnupg-b01d9899256f36b725212b68b7fcc47c9557e74e.zip
(main): New options --no-fail-on-exist, --homedir.
(store_private_key): Use them here.
Diffstat (limited to '')
-rw-r--r--agent/minip12.c7
1 files changed, 0 insertions, 7 deletions
diff --git a/agent/minip12.c b/agent/minip12.c
index 1e86bc251..e065a6d20 100644
--- a/agent/minip12.c
+++ b/agent/minip12.c
@@ -27,13 +27,6 @@
#include <assert.h>
#include <gcrypt.h>
-#ifdef __GCC__
-#warning Remove this kludge and set the libgcrypt required version higher.
-#endif
-#ifndef GCRY_CIPHER_RFC2268_40
-#define GCRY_CIPHER_RFC2268_40 307
-#endif
-
#ifdef TEST
#include <sys/stat.h>
#include <unistd.h>