Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 257929
b: refs/heads/master
c: fae3664
h: refs/heads/master
i:
  257927: 04519cf
v: v3
  • Loading branch information
Mati Vait authored and Herbert Xu committed Jun 29, 2011
1 parent 9390320 commit 3c71e72
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 6 deletions.
2 changes: 1 addition & 1 deletion [refs]
Original file line number Diff line number Diff line change
@@ -1,2 +1,2 @@
---
refs/heads/master: cd3f1d545c45489c88fbc71a82559664b8bf0bb2
refs/heads/master: fae366401bfcfe18b9260b9057f506c38c171b7c
10 changes: 5 additions & 5 deletions trunk/crypto/crc32c.c
Original file line number Diff line number Diff line change
Expand Up @@ -224,11 +224,11 @@ static int crc32c_cra_init(struct crypto_tfm *tfm)
static struct shash_alg alg = {
.digestsize = CHKSUM_DIGEST_SIZE,
.setkey = chksum_setkey,
.init = chksum_init,
.update = chksum_update,
.final = chksum_final,
.finup = chksum_finup,
.digest = chksum_digest,
.init = chksum_init,
.update = chksum_update,
.final = chksum_final,
.finup = chksum_finup,
.digest = chksum_digest,
.descsize = sizeof(struct chksum_desc_ctx),
.base = {
.cra_name = "crc32c",
Expand Down

0 comments on commit 3c71e72

Please sign in to comment.