From fce889f1a929a2b9304f486f97f73e9aa77d4499 Mon Sep 17 00:00:00 2001 From: divverent Date: Fri, 26 Nov 2010 11:58:41 +0000 Subject: [PATCH] remove a stupid buf2file call git-svn-id: svn://svn.icculus.org/twilight/trunk/darkplaces@10639 d7cf8633-e32d-0410-b094-e92efae38249 --- crypto-keygen-standalone.c | 1 - 1 file changed, 1 deletion(-) diff --git a/crypto-keygen-standalone.c b/crypto-keygen-standalone.c index 66a8447d..d9206915 100644 --- a/crypto-keygen-standalone.c +++ b/crypto-keygen-standalone.c @@ -674,7 +674,6 @@ int main(int argc, char **argv) CHECK(d0_blind_id_fingerprint64_public_id(ctx, fp64, &fp64size)); printf("%d\n", (int)status); printf("%.*s\n", (int)fp64size, fp64); - buf2file(outfile, databuf_out, databufsize_out); if(outfile2) { -- 2.39.2