mirror of
git://git.gnupg.org/gnupg.git
synced 2025-07-03 22:56:33 +02:00
Pth tweaks and improved estream.c
This commit is contained in:
parent
751f009c65
commit
be410be660
51 changed files with 5380 additions and 4882 deletions
|
@ -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);
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue