commit | ab2bb3241739870d417979a81843631e5588a2d7 | [log] [tgz] |
---|---|---|
author | Hannes Frederic Sowa <hannes@stressinduktion.org> | Mon Mar 23 23:35:59 2015 +0100 |
committer | David S. Miller <davem@davemloft.net> | Mon Mar 23 22:12:08 2015 -0400 |
tree | 0d8ee9ed52c38dbd7ca473f07a12378f8028f37a | |
parent | 7f163d07ecd6fbba2ed3a2fcd0ca830846cc170e [diff] |
lib: EXPORT_SYMBOL sha_init We need this symbol later on in ipv6.ko, thus export it via EXPORT_SYMBOL like sha_transform already is. Signed-off-by: Hannes Frederic Sowa <hannes@stressinduktion.org> Signed-off-by: David S. Miller <davem@davemloft.net>
diff --git a/lib/sha1.c b/lib/sha1.c index 1df191e..5a56dfd 100644 --- a/lib/sha1.c +++ b/lib/sha1.c
@@ -198,3 +198,4 @@ buf[3] = 0x10325476; buf[4] = 0xc3d2e1f0; } +EXPORT_SYMBOL(sha_init);