Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 67024
b: refs/heads/master
c: b16c3a2
h: refs/heads/master
v: v3
  • Loading branch information
Herbert Xu authored and David S. Miller committed Oct 10, 2007
1 parent 2aa3560 commit 6063f5a
Show file tree
Hide file tree
Showing 2 changed files with 4 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: 5fa0fea27461f5ff7fad07687618db08272e9502
refs/heads/master: b16c3a2e2c0307f5370b2b5e18bcbe1437b5f3d8
5 changes: 3 additions & 2 deletions trunk/include/linux/crypto.h
Original file line number Diff line number Diff line change
Expand Up @@ -624,7 +624,8 @@ static inline int crypto_ablkcipher_decrypt(struct ablkcipher_request *req)
return crt->decrypt(req);
}

static inline int crypto_ablkcipher_reqsize(struct crypto_ablkcipher *tfm)
static inline unsigned int crypto_ablkcipher_reqsize(
struct crypto_ablkcipher *tfm)
{
return crypto_ablkcipher_crt(tfm)->reqsize;
}
Expand Down Expand Up @@ -766,7 +767,7 @@ static inline int crypto_aead_decrypt(struct aead_request *req)
return crypto_aead_crt(crypto_aead_reqtfm(req))->decrypt(req);
}

static inline int crypto_aead_reqsize(struct crypto_aead *tfm)
static inline unsigned int crypto_aead_reqsize(struct crypto_aead *tfm)
{
return crypto_aead_crt(tfm)->reqsize;
}
Expand Down

0 comments on commit 6063f5a

Please sign in to comment.