X-Git-Url: http://git.onelab.eu/?a=blobdiff_plain;f=include%2Flinux%2Fcrypto%2Fksign.h;h=27c9e4acdfc9f01bded567837af5b6a63f148dc3;hb=refs%2Fheads%2Fvserver;hp=5569cd3576a50cbecba1b11a7e05c26ea95a4e76;hpb=76828883507a47dae78837ab5dec5a5b4513c667;p=linux-2.6.git diff --git a/include/linux/crypto/ksign.h b/include/linux/crypto/ksign.h index 5569cd357..27c9e4acd 100644 --- a/include/linux/crypto/ksign.h +++ b/include/linux/crypto/ksign.h @@ -16,7 +16,7 @@ #ifdef CONFIG_CRYPTO_SIGNATURE extern int ksign_verify_signature(const char *sig, unsigned sig_size, - struct crypto_tfm *sha1); + struct crypto_hash *sha1); #endif #endif /* _LINUX_CRYPTO_KSIGN_H */