From: Niels Möller Date: Tue, 17 Jan 2012 11:18:56 +0000 (+0100) Subject: *** empty log message *** X-Git-Tag: converted-master-branch-to-git~7 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=e11c60aee3fda9e3abd132671298f497d0fbc01a;p=thirdparty%2Fnettle.git *** empty log message *** Rev: nettle/ChangeLog:1.246 --- diff --git a/ChangeLog b/ChangeLog index 78a21ff2..8e65ac7c 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,5 +1,19 @@ 2012-01-17 Niels Möller + * examples/rsa-decrypt.c (main): Use _setmode rather than setmode, + suggested by Eli Zaretskii. Affects windows builds only. + * examples/rsa-encrypt.c: Likewise. + + * Makefile.in ($(LIBNETTLE_FORLINK)): Always create a .lib symlink + to the library file. Use LN_S. + ($(LIBHOGWEED_FORLINK)): Likewise. + + (install-shared-nettle): Use LN_S. + (install-shared-hogweed): Likewise. + + * configure.ac: Use AC_PROG_LN_S. + * config.make.in (LN_S): New substitution. + * testsuite/setup-env: New file. Wine workaround. Can't get ../.lib into wine's dll search path, so create additional symlinks.