diff options
Diffstat (limited to 'lib/sha1.c')
| -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) | |||
| 198 | buf[3] = 0x10325476; | 198 | buf[3] = 0x10325476; |
| 199 | buf[4] = 0xc3d2e1f0; | 199 | buf[4] = 0xc3d2e1f0; |
| 200 | } | 200 | } |
| 201 | EXPORT_SYMBOL(sha_init); | ||
