From 770746ad08fd5bc43a30664df2c87d63bc7561e9 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Niels=20M=C3=B6ller?= <nisse@lysator.liu.se> Date: Thu, 26 Jun 2014 22:49:58 +0200 Subject: [PATCH] ChangeLog entries for Martin's and Nikos' previous changes. --- ChangeLog | 15 +++++++++++++++ 1 file changed, 15 insertions(+) diff --git a/ChangeLog b/ChangeLog index c76b9b9b..17b8a553 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,18 @@ +2014-06-26 Niels Möller <nisse@lysator.liu.se> + + From Martin Storsjö: + * configure.ac (IF_NOT_SHARED): New substituted variable. + * hogweed.pc.in: Use @LIBS@, instead of hardcoding -lgmp. When + shared libraries are disabled, move needed libraries from + Requires.private: to Requires: and from Libs.private: to Libs:. + + From Nikos Mavrogiannopoulos. + * examples/hogweed-benchmark.c (bench_alg): Tolerate alg->init + returning NULL. + (bench_openssl_ecdsa_init): Return NULL if + EC_KEY_new_by_curve_name fails, indicating the curve is not + supported. + 2014-06-25 Niels Möller <nisse@lysator.liu.se> Support for building with mini-gmp instead of the real GMP. -- GitLab