diff options
author | Niels Möller <nisse@lysator.liu.se> | 2012-12-02 21:39:33 +0100 |
---|---|---|
committer | Niels Möller <nisse@lysator.liu.se> | 2012-12-02 21:39:33 +0100 |
commit | 111518dde5d1544b3d103d7f11000b28f78aaa09 (patch) | |
tree | 88c907bbd2463fe7611610652e9566c100dd4bf1 /sha1-meta.c | |
parent | f9ef3299b54a58ef1e25393f8ae42456bad1c4c2 (diff) | |
download | nettle-111518dde5d1544b3d103d7f11000b28f78aaa09.tar.gz |
Replaced all internal usage of sha.h.
Diffstat (limited to 'sha1-meta.c')
-rw-r--r-- | sha1-meta.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/sha1-meta.c b/sha1-meta.c index 9a051bda..60c2bb58 100644 --- a/sha1-meta.c +++ b/sha1-meta.c @@ -26,7 +26,7 @@ #include "nettle-meta.h" -#include "sha.h" +#include "sha1.h" const struct nettle_hash nettle_sha1 = _NETTLE_HASH(sha1, SHA1); |