diff options
| author | Linus Torvalds <torvalds@linux-foundation.org> | 2009-05-17 18:48:05 -0400 | 
|---|---|---|
| committer | Linus Torvalds <torvalds@linux-foundation.org> | 2009-05-17 18:48:05 -0400 | 
| commit | cd208bcc7cb0acd851e25c951ec2a9c14b084eab (patch) | |
| tree | 1abe6430d4944a034ad677db58817a3e4aa9bac5 /crypto/eseqiv.c | |
| parent | 86460103c412f9e11aeb7950cce64b9e51539d4d (diff) | |
| parent | acd246b7494c629aa617da49716409566cf52149 (diff) | |
Merge git://git.kernel.org/pub/scm/linux/kernel/git/herbert/crypto-2.6
* git://git.kernel.org/pub/scm/linux/kernel/git/herbert/crypto-2.6:
  crypto: padlock - Revert aes-all alias to aes
  crypto: api - Fix algorithm module auto-loading
  crypto: eseqiv - Fix IV generation for sync algorithms
  crypto: ixp4xx - check firmware for crypto support
Diffstat (limited to 'crypto/eseqiv.c')
| -rw-r--r-- | crypto/eseqiv.c | 3 | 
1 files changed, 2 insertions, 1 deletions
| diff --git a/crypto/eseqiv.c b/crypto/eseqiv.c index 2a342c8e52b3..3ca3b669d5d5 100644 --- a/crypto/eseqiv.c +++ b/crypto/eseqiv.c | |||
| @@ -153,7 +153,8 @@ static int eseqiv_givencrypt(struct skcipher_givcrypt_request *req) | |||
| 153 | if (err) | 153 | if (err) | 
| 154 | goto out; | 154 | goto out; | 
| 155 | 155 | ||
| 156 | eseqiv_complete2(req); | 156 | if (giv != req->giv) | 
| 157 | eseqiv_complete2(req); | ||
| 157 | 158 | ||
| 158 | out: | 159 | out: | 
| 159 | return err; | 160 | return err; | 
