aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorWerner Koch <[email protected]>2004-02-13 12:39:49 +0000
committerWerner Koch <[email protected]>2004-02-13 12:39:49 +0000
commit8b49254b97ceacd1f7b22ac68475baf9fe2b72de (patch)
tree7ce9f7d24beb76506bf58568b1931dc47738913f
parent(main): New options --no-fail-on-exist, --homedir. (diff)
downloadgnupg-8b49254b97ceacd1f7b22ac68475baf9fe2b72de.tar.gz
gnupg-8b49254b97ceacd1f7b22ac68475baf9fe2b72de.zip
Removed debugging cruft.
Diffstat (limited to '')
-rw-r--r--agent/minip12.c22
1 files changed, 11 insertions, 11 deletions
diff --git a/agent/minip12.c b/agent/minip12.c
index e065a6d20..13b6aa3eb 100644
--- a/agent/minip12.c
+++ b/agent/minip12.c
@@ -708,12 +708,12 @@ parse_bag_data (const unsigned char *buffer, size_t length, int startoffset,
startoffset = 0;
buffer = p = plain;
- {
- FILE *fp = fopen ("tmp-3des-plain.der", "wb");
- if (!fp || fwrite (p, n, 1, fp) != 1)
- exit (2);
- fclose (fp);
- }
+/* { */
+/* FILE *fp = fopen ("tmp-3des-plain.der", "wb"); */
+/* if (!fp || fwrite (p, n, 1, fp) != 1) */
+/* exit (2); */
+/* fclose (fp); */
+/* } */
where = "decrypted-text";
if (parse_tag (&p, &n, &ti) || ti.class || ti.tag != TAG_SEQUENCE)
@@ -1165,11 +1165,11 @@ p12_build (gcry_mpi_t *kparms, const char *pw, size_t *r_length)
for (;(plainlen % 8); plainlen++)
*p++ = n;
- {
- FILE *fp = fopen("inner-out.der", "wb");
- fwrite (plain, 1, plainlen, fp);
- fclose (fp);
- }
+/* { */
+/* FILE *fp = fopen("inner-out.der", "wb"); */
+/* fwrite (plain, 1, plainlen, fp); */
+/* fclose (fp); */
+/* } */
/* Encrypt it and prepend a lot of stupid things. */