summaryrefslogtreecommitdiff
path: root/sha1.c
diff options
context:
space:
mode:
authorNiels Möller <nisse@lysator.liu.se>2001-09-25 12:29:23 +0200
committerNiels Möller <nisse@lysator.liu.se>2001-09-25 12:29:23 +0200
commitcca463d53624b89d1090da1beaacb8d85d888765 (patch)
treebcd1ee4bfc1bee8de45ba49d2cd6fb3f27f48ed7 /sha1.c
parent2d51740fe13416678122b8113bf108d3778bdcbd (diff)
downloadnettle-cca463d53624b89d1090da1beaacb8d85d888765.tar.gz
Include stdlib.h, for abort.
Rev: src/nettle/sha1.c:1.4
Diffstat (limited to 'sha1.c')
-rw-r--r--sha1.c1
1 files changed, 1 insertions, 0 deletions
diff --git a/sha1.c b/sha1.c
index 90e7f2fd..8c044b71 100644
--- 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. */