X-Git-Url: http://git.efficios.com/?a=blobdiff_plain;f=include%2Flinux%2Fsunrpc%2Fgss_spkm3.h;h=2cf3fbb40b4fe1e9617153e86be151ac44c62c0b;hb=378c6697a282c383d89428380a3405bf95189347;hp=336e218c2782786c3fc5e6899bba8dcbc5723404;hpb=6b7326c8497f954c2cfcb4c49fe42be5b80887bc;p=deliverable%2Flinux.git diff --git a/include/linux/sunrpc/gss_spkm3.h b/include/linux/sunrpc/gss_spkm3.h index 336e218c2782..2cf3fbb40b4f 100644 --- a/include/linux/sunrpc/gss_spkm3.h +++ b/include/linux/sunrpc/gss_spkm3.h @@ -19,9 +19,9 @@ struct spkm3_ctx { unsigned int req_flags ; struct xdr_netobj share_key; int conf_alg; - struct crypto_tfm* derived_conf_key; + struct crypto_blkcipher *derived_conf_key; int intg_alg; - struct crypto_tfm* derived_integ_key; + struct crypto_blkcipher *derived_integ_key; int keyestb_alg; /* alg used to get share_key */ int owf_alg; /* one way function */ };