From acf635b9b20ed8362c7643d41c191ff1cbe95100 Mon Sep 17 00:00:00 2001 From: "Dr. Stephen Henson" Date: Sat, 15 May 2010 00:35:39 +0000 Subject: [PATCH] oops, revert test patch --- apps/pkcs12.c | 10 ---------- 1 file changed, 10 deletions(-) diff --git a/apps/pkcs12.c b/apps/pkcs12.c index decb23e185..514a02e0f1 100644 --- a/apps/pkcs12.c +++ b/apps/pkcs12.c @@ -813,16 +813,6 @@ int dump_certs_pkeys_bag (BIO *out, PKCS12_SAFEBAG *bag, char *pass, default: BIO_printf (bio_err, "Warning unsupported bag type: "); i2a_ASN1_OBJECT (bio_err, bag->type); -{ -unsigned char *foo = NULL; -int foolen; -FILE *op; -foolen = i2d_PKCS12_SAFEBAG(bag, &foo); -op = fopen("/tmp/unknown.der", "w"); -fwrite(foo, 1, foolen, op); -fclose(op); -} - BIO_printf (bio_err, "\n"); return 1; break; -- 2.25.1