Stephan Mueller <smuel...@chronox.de> wrote:
>
> +       memset(&drbg_algs[i], 0, sizeof(struct crypto_alg));
> +       if (pr) {
> +               memcpy(drbg_algs[i].cra_name, "drbg(pr(", 8);
> +               memcpy(drbg_algs[i].cra_driver_name, "drbg_pr_", 8);
> +               pos = 8;

You shouldn't use the brackets here since this not a real template.
Just use one name for both cra_name and cra_driver_name.

Cheers,
-- 
Email: Herbert Xu <herb...@gondor.apana.org.au>
Home Page: http://gondor.apana.org.au/~herbert/
PGP Key: http://gondor.apana.org.au/~herbert/pubkey.txt
--
To unsubscribe from this list: send the line "unsubscribe linux-crypto" in
the body of a message to majord...@vger.kernel.org
More majordomo info at  http://vger.kernel.org/majordomo-info.html

Reply via email to