ltq-deu: fix cra_priority
[openwrt/staging/dangole.git] / package / kernel / lantiq / ltq-deu / src / ifxmips_md5_hmac.c
index fc6f52ea7d7abfc86da3f7007f9151fa8e895a87..ef2f6aa76b99afbb5b3fe6dce4b08c6cc49856a9 100644 (file)
@@ -344,6 +344,7 @@ static struct shash_alg ifxdeu_md5_hmac_alg = {
     .base               =       {
         .cra_name       =       "hmac(md5)",
         .cra_driver_name=       "ifxdeu-md5_hmac",
+        .cra_priority   =       400,
         .cra_ctxsize    =      sizeof(struct md5_hmac_ctx),
         .cra_flags      =       CRYPTO_ALG_TYPE_DIGEST,
         .cra_blocksize  =       MD5_HMAC_BLOCK_SIZE,