From: Jussi Kivilinna <jussi.kivilinna@mbnet.fi>
To: linux-crypto@vger.kernel.org
Cc: Herbert Xu <herbert@gondor.apana.org.au>,
"David S. Miller" <davem@davemloft.net>
Subject: [PATCH 4/4] crypto: cast6 - fix sparse warnings (symbol was not declared, should be static?)
Date: Tue, 28 Aug 2012 16:47:09 +0300 [thread overview]
Message-ID: <20120828134709.7113.79406.stgit@localhost6.localdomain6> (raw)
In-Reply-To: <20120828134654.7113.67137.stgit@localhost6.localdomain6>
Fix "symbol 'x' was not declared. Should it be static?" sparse warnings.
Signed-off-by: Jussi Kivilinna <jussi.kivilinna@mbnet.fi>
---
include/crypto/cast6.h | 5 +++++
1 file changed, 5 insertions(+)
diff --git a/include/crypto/cast6.h b/include/crypto/cast6.h
index 02dde6b..157af6f 100644
--- a/include/crypto/cast6.h
+++ b/include/crypto/cast6.h
@@ -20,4 +20,9 @@ int cast6_setkey(struct crypto_tfm *tfm, const u8 *key, unsigned int keylen);
void __cast6_encrypt(struct cast6_ctx *ctx, u8 *dst, const u8 *src);
void __cast6_decrypt(struct cast6_ctx *ctx, u8 *dst, const u8 *src);
+extern const u32 cast6_s1[256];
+extern const u32 cast6_s2[256];
+extern const u32 cast6_s3[256];
+extern const u32 cast6_s4[256];
+
#endif
next prev parent reply other threads:[~2012-08-28 13:47 UTC|newest]
Thread overview: 5+ messages / expand[flat|nested] mbox.gz Atom feed top
2012-08-28 13:46 [PATCH 1/4] crypto: crypto_user - fix sparse warnings (symbol was not declared, should be static?) Jussi Kivilinna
2012-08-28 13:46 ` [PATCH 2/4] crypto: camellia-x86_64 - fix sparse warnings (constant is so big) Jussi Kivilinna
2012-08-28 13:47 ` [PATCH 3/4] crypto: cast5 - fix sparse warnings (symbol was not declared, should be static?) Jussi Kivilinna
2012-08-28 13:47 ` Jussi Kivilinna [this message]
2012-09-06 20:22 ` [PATCH 1/4] crypto: crypto_user " Herbert Xu
Reply instructions:
You may reply publicly to this message via plain-text email
using any one of the following methods:
* Save the following mbox file, import it into your mail client,
and reply-to-all from there: mbox
Avoid top-posting and favor interleaved quoting:
https://en.wikipedia.org/wiki/Posting_style#Interleaved_style
* Reply using the --to, --cc, and --in-reply-to
switches of git-send-email(1):
git send-email \
--in-reply-to=20120828134709.7113.79406.stgit@localhost6.localdomain6 \
--to=jussi.kivilinna@mbnet.fi \
--cc=davem@davemloft.net \
--cc=herbert@gondor.apana.org.au \
--cc=linux-crypto@vger.kernel.org \
/path/to/YOUR_REPLY
https://kernel.org/pub/software/scm/git/docs/git-send-email.html
* If your mail client supports setting the In-Reply-To header
via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line
before the message body.
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox