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
|
@ -1,3 +1,12 @@
|
|||
2006-10-17 Werner Koch <wk@g10code.com>
|
||||
|
||||
* Makefile.am (scdaemon_LDADD): Link against libcommonpth.
|
||||
|
||||
2006-10-12 Werner Koch <wk@g10code.com>
|
||||
|
||||
* apdu.c: Include pth.h after unistd.h for the sake of newer Pth
|
||||
versions.
|
||||
|
||||
2006-10-11 Werner Koch <wk@g10code.com>
|
||||
|
||||
* app-openpgp.c (do_sign): Redirect to do_auth for OpenPGP.3.
|
||||
|
|
|
@ -44,9 +44,9 @@ scdaemon_SOURCES = \
|
|||
app.c app-common.h app-help.c $(card_apps)
|
||||
|
||||
|
||||
scdaemon_LDADD = ../jnlib/libjnlib.a ../common/libcommon.a ../gl/libgnu.a \
|
||||
scdaemon_LDADD = ../jnlib/libjnlib.a ../common/libcommonpth.a ../gl/libgnu.a \
|
||||
$(LIBGCRYPT_LIBS) $(KSBA_LIBS) $(LIBASSUAN_PTH_LIBS) $(PTH_LIBS) \
|
||||
$(LIBUSB_LIBS) -lgpg-error $(LIBINTL) $(DL_LIBS) $(NETLIBS)
|
||||
$(LIBUSB_LIBS) $(GPG_ERROR_LIBS) $(LIBINTL) $(DL_LIBS) $(NETLIBS)
|
||||
|
||||
# Removed for now: We need to decide whether it makes sense to
|
||||
# continue it at all, given that gpg has now all required
|
||||
|
|
|
@ -33,9 +33,9 @@
|
|||
#include <assert.h>
|
||||
#include <signal.h>
|
||||
#ifdef USE_GNU_PTH
|
||||
# include <pth.h>
|
||||
# include <unistd.h>
|
||||
# include <fcntl.h>
|
||||
# include <pth.h>
|
||||
#endif
|
||||
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue