On Sun, Jul 24, 2011 at 07:53:13PM +0200, Mathias Krause wrote: > > diff --git a/include/crypto/sha.h b/include/crypto/sha.h > index 069e85b..7c46d0c 100644 > --- a/include/crypto/sha.h > +++ b/include/crypto/sha.h > @@ -82,4 +82,9 @@ struct sha512_state { > u8 buf[SHA512_BLOCK_SIZE]; > }; > > +#if defined(CONFIG_CRYPTO_SHA1) || defined (CONFIG_CRYPTO_SHA1_MODULE) > +extern int crypto_sha1_update(struct shash_desc *desc, const u8 *data, > + unsigned int len); > +#endif Please remove the unnecessary #if. Thanks, -- Email: Herbert Xu <herbert@xxxxxxxxxxxxxxxxxxx> 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 majordomo@xxxxxxxxxxxxxxx More majordomo info at http://vger.kernel.org/majordomo-info.html