From d2d7a2b128e981740ee3a3c6e2859bec0202cb86 Mon Sep 17 00:00:00 2001 From: Werner Koch Date: Thu, 2 Jun 2022 16:10:37 +0200 Subject: Remove remaining support for WindowsCE -- --- g10/decrypt.c | 5 ----- 1 file changed, 5 deletions(-) (limited to 'g10/decrypt.c') 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]; -- cgit v1.2.3