aboutsummaryrefslogtreecommitdiffstats
path: root/g10/decrypt.c
diff options
context:
space:
mode:
authorWerner Koch <[email protected]>2010-10-21 10:25:03 +0000
committerWerner Koch <[email protected]>2010-10-21 10:25:03 +0000
commitc212133918fc3406bfb72b7b12ee7b01da36dc6d (patch)
tree690bca259cddbe86bd21e660d2cb9886d7f5dcc6 /g10/decrypt.c
parentFix last commit (diff)
downloadgnupg-c212133918fc3406bfb72b7b12ee7b01da36dc6d.tar.gz
gnupg-c212133918fc3406bfb72b7b12ee7b01da36dc6d.zip
Remove cruft.
Make --gen-revoke work
Diffstat (limited to 'g10/decrypt.c')
-rw-r--r--g10/decrypt.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/g10/decrypt.c b/g10/decrypt.c
index 595b2879e..62e12d560 100644
--- a/g10/decrypt.c
+++ b/g10/decrypt.c
@@ -132,7 +132,7 @@ decrypt_message_fd (ctrl_t ctrl, int input_fd, int output_fd)
}
#ifdef HAVE_W32CE_SYSTEM
-#warning Need to fix this
+#warning Need to fix this if we want to use g13
opt.outfp = NULL;
#else
opt.outfp = fdopen (dup (output_fd), "wb");