summaryrefslogtreecommitdiff
path: root/sha512-compress.c
diff options
context:
space:
mode:
authorNiels Möller <nisse@lysator.liu.se>2012-12-02 21:39:33 +0100
committerNiels Möller <nisse@lysator.liu.se>2012-12-02 21:39:33 +0100
commit111518dde5d1544b3d103d7f11000b28f78aaa09 (patch)
tree88c907bbd2463fe7611610652e9566c100dd4bf1 /sha512-compress.c
parentf9ef3299b54a58ef1e25393f8ae42456bad1c4c2 (diff)
downloadnettle-111518dde5d1544b3d103d7f11000b28f78aaa09.tar.gz
Replaced all internal usage of sha.h.
Diffstat (limited to 'sha512-compress.c')
-rw-r--r--sha512-compress.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/sha512-compress.c b/sha512-compress.c
index 901b6cf4..9dd34f4c 100644
--- a/sha512-compress.c
+++ b/sha512-compress.c
@@ -31,7 +31,7 @@
#include <stdlib.h>
#include <string.h>
-#include "sha.h"
+#include "sha2.h"
#include "macros.h"