diff options
author | David S. Miller <davem@davemloft.net> | 2015-03-24 05:12:15 +0300 |
---|---|---|
committer | David S. Miller <davem@davemloft.net> | 2015-03-24 05:12:15 +0300 |
commit | ce046c568cbfb4734583131086f88cfe993c01d0 (patch) | |
tree | 8bba1bae6c6c9edf8c630dd317c748a7bfc80c69 /lib | |
parent | 7f163d07ecd6fbba2ed3a2fcd0ca830846cc170e (diff) | |
parent | 9f0761c154eaf2bf796f7e0e3431631de8d362ae (diff) | |
download | linux-ce046c568cbfb4734583131086f88cfe993c01d0.tar.xz |
Merge branch 'ipv6_stable_privacy_address'
Hannes Frederic Sowa says:
====================
ipv6: RFC7217 stable privacy addresses implementation
this is an implementation of basic support for RFC7217 stable privacy
addresses. Please review and consider for net-next.
v2:
* Correct references to RFC 7212 -> RFC 7217 in documentation patch (thanks, Eric!)
====================
Signed-off-by: David S. Miller <davem@davemloft.net>
Diffstat (limited to 'lib')
-rw-r--r-- | lib/sha1.c | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/lib/sha1.c b/lib/sha1.c index 1df191e04a24..5a56dfd7b99d 100644 --- a/lib/sha1.c +++ b/lib/sha1.c @@ -198,3 +198,4 @@ void sha_init(__u32 *buf) buf[3] = 0x10325476; buf[4] = 0xc3d2e1f0; } +EXPORT_SYMBOL(sha_init); |