Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 329758
b: refs/heads/master
c: f44d83d
h: refs/heads/master
v: v3
  • Loading branch information
Jussi Kivilinna authored and Herbert Xu committed Sep 27, 2012
1 parent d232fa9 commit 404a8bc
Show file tree
Hide file tree
Showing 3 changed files with 171 additions and 3 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: a5bbf6fa79abe0cb64aaebc3455f9ba779d6a36f
refs/heads/master: f44d83d19d8fde77bc499131bc9c0bc8583785c8
2 changes: 1 addition & 1 deletion trunk/crypto/testmgr.c
Original file line number Diff line number Diff line change
Expand Up @@ -804,7 +804,7 @@ static int test_skcipher(struct crypto_ablkcipher *tfm, int enc,
else
memset(iv, 0, MAX_IVLEN);

if (!(template[i].np)) {
if (!(template[i].np) || (template[i].also_non_np)) {
j++;

ret = -EINVAL;
Expand Down
Loading

0 comments on commit 404a8bc

Please sign in to comment.