summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorNiels Möller <nisse@lysator.liu.se>2015-02-05 21:04:52 +0100
committerNiels Möller <nisse@lysator.liu.se>2015-02-05 21:04:52 +0100
commitb984e0dfeaf5f7a8d8e2cf9093136cb1e0006941 (patch)
tree8208d95e5ecaf99093f23c360371518579379522
parentf148a57e17539194569719578eaf2825ce1f5c18 (diff)
downloadnettle-b984e0dfeaf5f7a8d8e2cf9093136cb1e0006941.tar.gz
LIBHOGWEED_MAJOR should be 4, for nettle-3.1.
-rw-r--r--ChangeLog5
-rw-r--r--configure.ac2
2 files changed, 6 insertions, 1 deletions
diff --git a/ChangeLog b/ChangeLog
index b6bd1975..869d403b 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,8 @@
+2015-02-05 Niels Möller <nisse@lysator.liu.se>
+
+ * configure.ac (LIBHOGWEED_MAJOR): Undo latest bump, 4 should be
+ enough (previous release, nettle-3.1, used 3).
+
2015-01-30 Niels Möller <nisse@lysator.liu.se>
Update chacha-poly1305 for draft-irtf-cfrg-chacha20-poly1305-08.
diff --git a/configure.ac b/configure.ac
index 7892aef7..51ab3b34 100644
--- a/configure.ac
+++ b/configure.ac
@@ -13,7 +13,7 @@ AC_CONFIG_HEADER([config.h])
LIBNETTLE_MAJOR=6
LIBNETTLE_MINOR=0
-LIBHOGWEED_MAJOR=5
+LIBHOGWEED_MAJOR=4
LIBHOGWEED_MINOR=0
AC_CANONICAL_HOST