Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 283267
b: refs/heads/master
c: b884f8b
h: refs/heads/master
i:
  283265: 390743a
  283263: 86cd68d
v: v3
  • Loading branch information
Jussi Kivilinna authored and Herbert Xu committed Nov 9, 2011
1 parent 5cd7296 commit 43c70be
Show file tree
Hide file tree
Showing 2 changed files with 2 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: dd6eec242bb2df73743f07535d2bacd6707c6300
refs/heads/master: b884f8b901b968b90d8d1b82d388583fa1b2605d
1 change: 1 addition & 0 deletions trunk/crypto/lrw.c
Original file line number Diff line number Diff line change
Expand Up @@ -220,6 +220,7 @@ static int init_tfm(struct crypto_tfm *tfm)

if (crypto_cipher_blocksize(cipher) != 16) {
*flags |= CRYPTO_TFM_RES_BAD_BLOCK_LEN;
crypto_free_cipher(cipher);
return -EINVAL;
}

Expand Down

0 comments on commit 43c70be

Please sign in to comment.