aboutsummaryrefslogtreecommitdiffstats
path: root/sm/gpgsm.c
diff options
context:
space:
mode:
authorWerner Koch <[email protected]>2006-10-17 14:34:42 +0000
committerWerner Koch <[email protected]>2006-10-17 14:34:42 +0000
commitbe410be660305328787559a18b8c9b69790dbfe8 (patch)
tree32a7dd94b21d1973c1ceedc3d71e13df34f0c83b /sm/gpgsm.c
parentFixed aegypten bug 372 (diff)
downloadgnupg-be410be660305328787559a18b8c9b69790dbfe8.tar.gz
gnupg-be410be660305328787559a18b8c9b69790dbfe8.zip
Pth tweaks and improved estream.c
Diffstat (limited to '')
-rw-r--r--sm/gpgsm.c9
1 files changed, 1 insertions, 8 deletions
diff --git a/sm/gpgsm.c b/sm/gpgsm.c
index 08251647b..8abae14b4 100644
--- a/sm/gpgsm.c
+++ b/sm/gpgsm.c
@@ -28,9 +28,7 @@
#include <ctype.h>
#include <unistd.h>
#include <fcntl.h>
-#ifdef USE_GNU_PTH
-# include <pth.h>
-#endif
+
#include "gpgsm.h"
#include <gcrypt.h>
@@ -773,11 +771,6 @@ main ( int argc, char **argv)
NEED_KSBA_VERSION, ksba_check_version (NULL) );
}
-#ifdef HAVE_W32_SYSTEM
- /* For W32 we need pth. */
- pth_init ();
-#endif
-
gcry_control (GCRYCTL_USE_SECURE_RNDPOOL);