Loading fs/cifsd/crypto_ctx.c +2 −0 Original line number Original line Diff line number Diff line Loading @@ -88,6 +88,8 @@ static struct shash_desc *alloc_shash_desc(int id) case CRYPTO_SHASH_MD5: case CRYPTO_SHASH_MD5: tfm = crypto_alloc_shash("md5", 0, 0); tfm = crypto_alloc_shash("md5", 0, 0); break; break; default: return NULL; } } if (IS_ERR(tfm)) if (IS_ERR(tfm)) Loading Loading
fs/cifsd/crypto_ctx.c +2 −0 Original line number Original line Diff line number Diff line Loading @@ -88,6 +88,8 @@ static struct shash_desc *alloc_shash_desc(int id) case CRYPTO_SHASH_MD5: case CRYPTO_SHASH_MD5: tfm = crypto_alloc_shash("md5", 0, 0); tfm = crypto_alloc_shash("md5", 0, 0); break; break; default: return NULL; } } if (IS_ERR(tfm)) if (IS_ERR(tfm)) Loading