summaryrefslogtreecommitdiff
path: root/ChangeLog
diff options
context:
space:
mode:
authorNiels Möller <nisse@lysator.liu.se>2022-08-05 21:23:10 +0200
committerNiels Möller <nisse@lysator.liu.se>2022-08-05 21:23:10 +0200
commitfae01ac059343d153610ec7a8334172e302d495c (patch)
tree72730c5aecd5c622a91c3670695310decc78d6a5 /ChangeLog
parentf4ec224a9903f89bd45b5a3563df502c885d8bf6 (diff)
downloadnettle-fae01ac059343d153610ec7a8334172e302d495c.tar.gz
Fix alloca warnings on bsd systems.
* nettle-internal.h: Include stdlib.h, fix alloca warnings on BSD. * hmac.c: Delete corresponding include here, no longer needed.
Diffstat (limited to 'ChangeLog')
-rw-r--r--ChangeLog3
1 files changed, 3 insertions, 0 deletions
diff --git a/ChangeLog b/ChangeLog
index 0416b59c..e7dbb612 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,5 +1,8 @@
2022-08-05 Niels Möller <nisse@lysator.liu.se>
+ * nettle-internal.h: Include stdlib.h, fix alloca warnings on BSD.
+ * hmac.c: Delete corresponding include here, no longer needed.
+
* getopt.c: Include stdlib.h and unistd.h unconditionally,
similarly to the gnulib version of this file.