Skip to content

Commit

Permalink
lib: EXPORT_SYMBOL sha_init
Browse files Browse the repository at this point in the history
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 <[email protected]>
Signed-off-by: David S. Miller <[email protected]>
  • Loading branch information
strssndktn authored and davem330 committed Mar 24, 2015
1 parent 7f163d0 commit ab2bb32
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions lib/sha1.c
Original file line number Diff line number Diff line change
Expand Up @@ -198,3 +198,4 @@ void sha_init(__u32 *buf)
buf[3] = 0x10325476;
buf[4] = 0xc3d2e1f0;
}
EXPORT_SYMBOL(sha_init);

0 comments on commit ab2bb32

Please sign in to comment.