commit | 32528d0fbda1093eeeaa7d0a2c498bbb5154099d | [log] [tgz] |
---|---|---|
author | Herbert Xu <herbert@gondor.apana.org.au> | Mon Sep 10 15:51:11 2007 +0800 |
committer | Herbert Xu <herbert@gondor.apana.org.au> | Mon Sep 10 15:51:11 2007 +0800 |
tree | 091f9df30f873c472ecccac0e9b103dc84a981dd | |
parent | e4630f9fd8cdc14eb1caa08dafe649eb5ae09985 [diff] |
[CRYPTO] blkcipher: Fix inverted test in blkcipher_get_spot The previous patch had the conditional inverted. This patch fixes it so that we return the original position if it does not straddle a page. Thanks to Bob Gilligan for spotting this. Signed-off-by: Herbert Xu <herbert@gondor.apana.org.au>