aboutsummaryrefslogtreecommitdiffstats
path: root/g10/seckey-cert.c
diff options
context:
space:
mode:
authorWerner Koch <[email protected]>2010-04-26 11:53:14 +0000
committerWerner Koch <[email protected]>2010-04-26 11:53:14 +0000
commit31bbe71ad6b6b35016724f1012e66c4253378530 (patch)
tree17883951b8f656b668a287b9b3fa120990f38977 /g10/seckey-cert.c
parentDecryption and signi via agent is now implemented. (diff)
downloadgnupg-31bbe71ad6b6b35016724f1012e66c4253378530.tar.gz
gnupg-31bbe71ad6b6b35016724f1012e66c4253378530.zip
Fix preference setting in new keys
Diffstat (limited to 'g10/seckey-cert.c')
-rw-r--r--g10/seckey-cert.c3
1 files changed, 2 insertions, 1 deletions
diff --git a/g10/seckey-cert.c b/g10/seckey-cert.c
index fed92134e..25f62a684 100644
--- a/g10/seckey-cert.c
+++ b/g10/seckey-cert.c
@@ -35,6 +35,7 @@
#include "status.h"
#include "pkglue.h"
+#if 0 /* Not anymore used - kept for reference. */
static int
do_check( PKT_secret_key *sk, const char *tryagain_text, int mode,
int *canceled )
@@ -256,7 +257,7 @@ do_check( PKT_secret_key *sk, const char *tryagain_text, int mode,
return 0;
}
-
+#endif /*0*/
/****************