projects
/
oweals
/
openssl.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
19674b5
)
oops, revert test patch
author
Dr. Stephen Henson
<steve@openssl.org>
Sat, 15 May 2010 00:35:39 +0000
(
00:35
+0000)
committer
Dr. Stephen Henson
<steve@openssl.org>
Sat, 15 May 2010 00:35:39 +0000
(
00:35
+0000)
apps/pkcs12.c
patch
|
blob
|
history
diff --git
a/apps/pkcs12.c
b/apps/pkcs12.c
index decb23e1857a1e2d8760b61019635fdc955e55af..514a02e0f128881746d500bf760f72ecfe7f4507 100644
(file)
--- 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;