Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 110692
b: refs/heads/master
c: 1aa4ecd
h: refs/heads/master
v: v3
  • Loading branch information
Herbert Xu committed Aug 29, 2008
1 parent bf3c637 commit abd7b4f
Show file tree
Hide file tree
Showing 3 changed files with 170 additions and 51 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: 73d3864a4823abda19ebc4387b6ddcbf416e3a77
refs/heads/master: 1aa4ecd95d8d67d21731a00646326a71295dafa3
5 changes: 1 addition & 4 deletions trunk/crypto/algboss.c
Original file line number Diff line number Diff line change
Expand Up @@ -210,10 +210,7 @@ static int cryptomgr_test(void *data)
CRYPTO_ALG_TYPE_BLKCIPHER_MASK) && !(type & CRYPTO_ALG_GENIV))
goto skiptest;

if ((type & CRYPTO_ALG_TYPE_MASK) == CRYPTO_ALG_TYPE_CIPHER)
goto skiptest;

err = alg_test(param->driver, param->alg, 0, CRYPTO_ALG_TESTED);
err = alg_test(param->driver, param->alg, type, CRYPTO_ALG_TESTED);

skiptest:
crypto_alg_tested(param->driver, err);
Expand Down
Loading

0 comments on commit abd7b4f

Please sign in to comment.