]> git.ipfire.org Git - thirdparty/nettle.git/commitdiff
Include stdlib.h, for abort.
authorNiels Möller <nisse@lysator.liu.se>
Tue, 25 Sep 2001 10:29:23 +0000 (12:29 +0200)
committerNiels Möller <nisse@lysator.liu.se>
Tue, 25 Sep 2001 10:29:23 +0000 (12:29 +0200)
Rev: src/nettle/sha1.c:1.4

sha1.c

diff --git a/sha1.c b/sha1.c
index 90e7f2fd55d188922483586c744d8ae67047997e..8c044b71edf95c049a78a184f640115c29a2c780 100644 (file)
--- a/sha1.c
+++ b/sha1.c
@@ -40,6 +40,7 @@
 #include "macros.h"
 
 #include <assert.h>
+#include <stdlib.h>
 #include <string.h>
 
 /* A block, treated as a sequence of 32-bit words. */