Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 181012
b: refs/heads/master
c: e054f16
h: refs/heads/master
v: v3
  • Loading branch information
Roel Kluin authored and Herbert Xu committed Feb 4, 2010
1 parent 3634529 commit 7c6166f
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: 7d6f75eb21b84cdc5dfb09789974f02b42a89058
refs/heads/master: e054f1647162d7098a9ff619405a72bd7c417213
2 changes: 1 addition & 1 deletion trunk/drivers/crypto/geode-aes.c
Original file line number Diff line number Diff line change
Expand Up @@ -141,7 +141,7 @@ static int geode_setkey_cip(struct crypto_tfm *tfm, const u8 *key,
ret = crypto_cipher_setkey(op->fallback.cip, key, len);
if (ret) {
tfm->crt_flags &= ~CRYPTO_TFM_RES_MASK;
tfm->crt_flags |= (op->fallback.blk->base.crt_flags & CRYPTO_TFM_RES_MASK);
tfm->crt_flags |= (op->fallback.cip->base.crt_flags & CRYPTO_TFM_RES_MASK);
}
return ret;
}
Expand Down

0 comments on commit 7c6166f

Please sign in to comment.