Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 120605
b: refs/heads/master
c: 53b146a
h: refs/heads/master
i:
  120603: 44c2108
v: v3
  • Loading branch information
Adrian-Ken Rueegsegger authored and Herbert Xu committed Dec 25, 2008
1 parent 37200b9 commit e3c9d79
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 1 deletion.
2 changes: 1 addition & 1 deletion [refs]
Original file line number Diff line number Diff line change
@@ -1,2 +1,2 @@
---
refs/heads/master: 69c35efcf1576ab5f00cba83e8ca740923afb6c9
refs/heads/master: 53b146ae598268edbe2bf7ea7dfec721d51adddd
2 changes: 2 additions & 0 deletions trunk/lib/libcrc32c.c
Original file line number Diff line number Diff line change
Expand Up @@ -57,6 +57,8 @@ u32 crc32c(u32 crc, const void *address, unsigned int length)
return *(u32 *)desc.ctx;
}

EXPORT_SYMBOL(crc32c);

static int __init libcrc32c_mod_init(void)
{
tfm = crypto_alloc_shash("crc32c", 0, 0);
Expand Down

0 comments on commit e3c9d79

Please sign in to comment.