aboutsummaryrefslogtreecommitdiffstats
path: root/g10/decrypt.c
diff options
context:
space:
mode:
Diffstat (limited to 'g10/decrypt.c')
-rw-r--r--g10/decrypt.c5
1 files changed, 0 insertions, 5 deletions
diff --git a/g10/decrypt.c b/g10/decrypt.c
index 9589aff58..065601b7b 100644
--- a/g10/decrypt.c
+++ b/g10/decrypt.c
@@ -138,12 +138,7 @@ decrypt_message_fd (ctrl_t ctrl, int input_fd, int output_fd)
return err;
}
-#ifdef HAVE_W32CE_SYSTEM
-#warning Need to fix this if we want to use g13
- opt.outfp = NULL;
-#else
opt.outfp = es_fdopen_nc (output_fd, "wb");
-#endif
if (!opt.outfp)
{
char xname[64];