Linux kernel mirror (for testing) git.kernel.org/pub/scm/linux/kernel/git/torvalds/linux.git
kernel os linux

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>

authored by

Hannes Frederic Sowa and committed by
David S. Miller
ab2bb324 7f163d07

+1
+1
lib/sha1.c
··· 198 198 buf[3] = 0x10325476; 199 199 buf[4] = 0xc3d2e1f0; 200 200 } 201 + EXPORT_SYMBOL(sha_init);