Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 46995
b: refs/heads/master
c: ba8da2a
h: refs/heads/master
i:
  46993: e0a3cb2
  46991: 429702d
v: v3
  • Loading branch information
Herbert Xu committed Feb 6, 2007
1 parent 1678539 commit 0ba0e17
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 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: 90831639a65592d6d3dc888dc3341f54ebf932e6
refs/heads/master: ba8da2a9485f22455dcb06dd17e2f6d94b81ba89
2 changes: 1 addition & 1 deletion trunk/crypto/tcrypt.c
Original file line number Diff line number Diff line change
Expand Up @@ -767,7 +767,7 @@ static void test_deflate(void)
memcpy(tvmem, deflate_comp_tv_template, tsize);
tv = (void *)tvmem;

tfm = crypto_alloc_tfm("deflate", 0);
tfm = crypto_alloc_comp("deflate", 0, CRYPTO_ALG_ASYNC);
if (tfm == NULL) {
printk("failed to load transform for deflate\n");
return;
Expand Down

0 comments on commit 0ba0e17

Please sign in to comment.