From: Herbert Xu <[EMAIL PROTECTED]>
Date: Fri, 4 Aug 2006 23:34:26 +1000

> [CRYPTO] api: Split out low-level API
> 
> The crypto API is made up of the part facing users such as IPsec and the
> low-level part which is used by cryptographic entities such as algorithms.
> This patch splits out the latter so that the two APIs are more clearly
> delineated.  As a bonus the low-level API can now be modularised if all
> algorithms are built as modules.
> 
> Signed-off-by: Herbert Xu <[EMAIL PROTECTED]>

This patch doesn't apply:

>  config CRYPTO_MANAGER
>       tristate "Cryptographic algorithm manager"
> -     depends on CRYPTO
> +     select CRYPTO_LOWAPI
>       default m
>       help
>         Create default cryptographic template instantiations such as

There is no CRYPTO_MANAGER in my net-2.6.19 tree.

Are you patching against -mm or something like that?

I'm going to leave the rest of these patches until this
is resolved.
-
To unsubscribe from this list: send the line "unsubscribe netdev" in
the body of a message to [EMAIL PROTECTED]
More majordomo info at  http://vger.kernel.org/majordomo-info.html

Reply via email to