summaryrefslogtreecommitdiffstats
path: root/g10/cpr.c
diff options
context:
space:
mode:
authorWerner Koch <wk@gnupg.org>2022-06-02 16:10:37 +0200
committerWerner Koch <wk@gnupg.org>2022-06-03 10:08:21 +0200
commitd2d7a2b128e981740ee3a3c6e2859bec0202cb86 (patch)
treee4e8e62681ca9ae4cb678c0a9ac85d2b25ebd7a9 /g10/cpr.c
parenttools: Minor fix to gpg-connect-agent options. (diff)
downloadgnupg2-d2d7a2b128e981740ee3a3c6e2859bec0202cb86.tar.xz
gnupg2-d2d7a2b128e981740ee3a3c6e2859bec0202cb86.zip
Remove remaining support for WindowsCE
--
Diffstat (limited to 'g10/cpr.c')
-rw-r--r--g10/cpr.c2
1 files changed, 0 insertions, 2 deletions
diff --git a/g10/cpr.c b/g10/cpr.c
index 002656b82..9bfdd3c34 100644
--- a/g10/cpr.c
+++ b/g10/cpr.c
@@ -465,9 +465,7 @@ myread(int fd, void *buf, size_t count)
else /* Ctrl-D not caught - do something reasonable */
{
#ifdef HAVE_DOSISH_SYSTEM
-#ifndef HAVE_W32CE_SYSTEM
raise (SIGINT); /* Nothing to hangup under DOS. */
-#endif
#else
raise (SIGHUP); /* No more input data. */
#endif