diff options
Diffstat (limited to 'g10/decrypt.c')
-rw-r--r-- | g10/decrypt.c | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/g10/decrypt.c b/g10/decrypt.c index 82eefcccc..870c21616 100644 --- a/g10/decrypt.c +++ b/g10/decrypt.c @@ -131,7 +131,12 @@ decrypt_message_fd (int input_fd, int output_fd) return err; } +#ifdef HAVE_W32CE_SYSTEM +#warning Ned to fix this + opt.outfp = NULL; +#else opt.outfp = fdopen (dup (output_fd), "wb"); +#endif if (!opt.outfp) { char xname[64]; |