X-Git-Url: http://git.openwrt.org/?a=blobdiff_plain;f=package%2Fkernel%2Flantiq%2Fltq-deu%2Fsrc%2Fifxmips_md5.c;fp=package%2Fkernel%2Flantiq%2Fltq-deu%2Fsrc%2Fifxmips_md5.c;h=47e1f4933a8bec483405eed72c377c2cdbd726e6;hb=070edfd92f8f83a93312a7df5f59048d74286584;hp=591389fd56b0eb39c328f5f5360e591b67c1af16;hpb=93916613943ae095027f01acc521b4fcf174dea2;p=openwrt%2Fopenwrt.git diff --git a/package/kernel/lantiq/ltq-deu/src/ifxmips_md5.c b/package/kernel/lantiq/ltq-deu/src/ifxmips_md5.c index 591389fd56..47e1f4933a 100644 --- a/package/kernel/lantiq/ltq-deu/src/ifxmips_md5.c +++ b/package/kernel/lantiq/ltq-deu/src/ifxmips_md5.c @@ -269,6 +269,7 @@ static struct shash_alg ifxdeu_md5_alg = { .base = { .cra_name = "md5", .cra_driver_name= "ifxdeu-md5", + .cra_priority = 300, .cra_flags = CRYPTO_ALG_TYPE_DIGEST, .cra_blocksize = MD5_HMAC_BLOCK_SIZE, .cra_module = THIS_MODULE,