lib: EXPORT_SYMBOL sha_init
authorHannes Frederic Sowa <hannes@stressinduktion.org>
Mon, 23 Mar 2015 22:35:59 +0000 (23:35 +0100)
committerDavid S. Miller <davem@davemloft.net>
Tue, 24 Mar 2015 02:12:08 +0000 (22:12 -0400)
commitab2bb3241739870d417979a81843631e5588a2d7
tree0d8ee9ed52c38dbd7ca473f07a12378f8028f37a
parent7f163d07ecd6fbba2ed3a2fcd0ca830846cc170e
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>
lib/sha1.c