]> git.karo-electronics.de Git - linux-beck.git/blobdiff - drivers/crypto/sahara.c
Merge branch 'for-3.16-fixes' of git://git.kernel.org/pub/scm/linux/kernel/git/tj...
[linux-beck.git] / drivers / crypto / sahara.c
index 07a5987ce67d4783a1ffd3dbecc6151efb791d4a..164e1ec624e3c7e2a9ca6234a8100f98cec8894d 100644 (file)
@@ -728,7 +728,7 @@ static int sahara_aes_cbc_decrypt(struct ablkcipher_request *req)
 
 static int sahara_aes_cra_init(struct crypto_tfm *tfm)
 {
-       const char *name = tfm->__crt_alg->cra_name;
+       const char *name = crypto_tfm_alg_name(tfm);
        struct sahara_ctx *ctx = crypto_tfm_ctx(tfm);
 
        ctx->fallback = crypto_alloc_ablkcipher(name, 0,