summaryrefslogtreecommitdiff
path: root/examples
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 /examples
parentf9ef3299b54a58ef1e25393f8ae42456bad1c4c2 (diff)
downloadnettle-111518dde5d1544b3d103d7f11000b28f78aaa09.tar.gz
Replaced all internal usage of sha.h.
Diffstat (limited to 'examples')
-rw-r--r--examples/nettle-benchmark.c3
1 files changed, 2 insertions, 1 deletions
diff --git a/examples/nettle-benchmark.c b/examples/nettle-benchmark.c
index d3da1bca..7b0171c5 100644
--- a/examples/nettle-benchmark.c
+++ b/examples/nettle-benchmark.c
@@ -49,7 +49,8 @@
#include "memxor.h"
#include "salsa20.h"
#include "serpent.h"
-#include "sha.h"
+#include "sha1.h"
+#include "sha2.h"
#include "sha3.h"
#include "twofish.h"