]> git.ipfire.org Git - thirdparty/nettle.git/commitdiff
*** empty log message ***
authorNiels Möller <nisse@lysator.liu.se>
Tue, 17 Jan 2012 11:18:56 +0000 (12:18 +0100)
committerNiels Möller <nisse@lysator.liu.se>
Tue, 17 Jan 2012 11:18:56 +0000 (12:18 +0100)
Rev: nettle/ChangeLog:1.246

ChangeLog

index 78a21ff2b67b5f12a847bf0772cd5d6223cde718..8e65ac7c20cff50c46d0df40bef600a2df270601 100644 (file)
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,5 +1,19 @@
 2012-01-17  Niels Möller  <nisse@lysator.liu.se>
 
+       * 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.