summaryrefslogtreecommitdiffstats
path: root/g10/decrypt.c
diff options
context:
space:
mode:
authorWerner Koch <wk@gnupg.org>2010-04-26 13:53:14 +0200
committerWerner Koch <wk@gnupg.org>2010-04-26 13:53:14 +0200
commit31bbe71ad6b6b35016724f1012e66c4253378530 (patch)
tree17883951b8f656b668a287b9b3fa120990f38977 /g10/decrypt.c
parentDecryption and signi via agent is now implemented. (diff)
downloadgnupg2-31bbe71ad6b6b35016724f1012e66c4253378530.tar.xz
gnupg2-31bbe71ad6b6b35016724f1012e66c4253378530.zip
Fix preference setting in new keys
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 870c21616..210e1feec 100644
--- a/g10/decrypt.c
+++ b/g10/decrypt.c
@@ -132,7 +132,7 @@ decrypt_message_fd (int input_fd, int output_fd)
}
#ifdef HAVE_W32CE_SYSTEM
-#warning Ned to fix this
+#warning Need to fix this
opt.outfp = NULL;
#else
opt.outfp = fdopen (dup (output_fd), "wb");