mirror of
git://git.gnupg.org/gnupg.git
synced 2025-02-07 17:33:02 +01:00
Removed debugging cruft.
This commit is contained in:
parent
b01d989925
commit
8b49254b97
@ -708,12 +708,12 @@ parse_bag_data (const unsigned char *buffer, size_t length, int startoffset,
|
|||||||
startoffset = 0;
|
startoffset = 0;
|
||||||
buffer = p = plain;
|
buffer = p = plain;
|
||||||
|
|
||||||
{
|
/* { */
|
||||||
FILE *fp = fopen ("tmp-3des-plain.der", "wb");
|
/* FILE *fp = fopen ("tmp-3des-plain.der", "wb"); */
|
||||||
if (!fp || fwrite (p, n, 1, fp) != 1)
|
/* if (!fp || fwrite (p, n, 1, fp) != 1) */
|
||||||
exit (2);
|
/* exit (2); */
|
||||||
fclose (fp);
|
/* fclose (fp); */
|
||||||
}
|
/* } */
|
||||||
|
|
||||||
where = "decrypted-text";
|
where = "decrypted-text";
|
||||||
if (parse_tag (&p, &n, &ti) || ti.class || ti.tag != TAG_SEQUENCE)
|
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++)
|
for (;(plainlen % 8); plainlen++)
|
||||||
*p++ = n;
|
*p++ = n;
|
||||||
|
|
||||||
{
|
/* { */
|
||||||
FILE *fp = fopen("inner-out.der", "wb");
|
/* FILE *fp = fopen("inner-out.der", "wb"); */
|
||||||
fwrite (plain, 1, plainlen, fp);
|
/* fwrite (plain, 1, plainlen, fp); */
|
||||||
fclose (fp);
|
/* fclose (fp); */
|
||||||
}
|
/* } */
|
||||||
|
|
||||||
|
|
||||||
/* Encrypt it and prepend a lot of stupid things. */
|
/* Encrypt it and prepend a lot of stupid things. */
|
||||||
|
Loading…
x
Reference in New Issue
Block a user