* [PATCH] (2.4 BK) Fix syntax errors in net/sctp/Config.in
@ 2004-02-17 18:27 Patrick Mau
0 siblings, 0 replies; only message in thread
From: Patrick Mau @ 2004-02-17 18:27 UTC (permalink / raw)
To: Linux Kernel
Hi,
there are three small syntax errors in net/sctp/Config.in in
the current linux 2.4 BK tree. The patch to fix them is below.
Please apply from within ./net/sctp ...
Thanks,
Patrick
--- Config.in.orig 2004-02-16 20:42:50.000000000 +0100
+++ Config.in 2004-02-16 20:43:23.000000000 +0100
@@ -15,15 +15,15 @@
bool ' SCTP: Debug messages' CONFIG_SCTP_DBG_MSG
bool ' SCTP: Debug object counts' CONFIG_SCTP_DBG_OBJCNT
fi
-if [ "$CONFIG_CRYPTO_HMAC" = "n"]; then
+if [ "$CONFIG_CRYPTO_HMAC" = "n" ]; then
choice 'SCTP: Cookie HMAC Algorithm' \
"HMAC-NONE CONFIG_SCTP_HMAC_NONE" HMAC-NONE
else
- if [ "$CONFIG_CRYPTO_MD5" = "n" -a "$CONFIG_CRYPTO_SHA1" = "n"]; then
+ if [ "$CONFIG_CRYPTO_MD5" = "n" -a "$CONFIG_CRYPTO_SHA1" = "n" ]; then
choice 'SCTP: Cookie HMAC Algorithm' \
"HMAC-NONE CONFIG_SCTP_HMAC_NONE" HMAC-NONE
else
- if [ "$CONFIG_CRYPTO_MD5" != "n" -a "$CONFIG_CRYPTO_SHA1" != "n"]; then
+ if [ "$CONFIG_CRYPTO_MD5" != "n" -a "$CONFIG_CRYPTO_SHA1" != "n" ]; then
choice 'SCTP: Cookie HMAC Algorithm' \
"HMAC-NONE CONFIG_SCTP_HMAC_NONE \
HMAC-SHA1 CONFIG_SCTP_HMAC_SHA1 \
^ permalink raw reply [flat|nested] only message in thread
only message in thread, other threads:[~2004-02-17 18:27 UTC | newest]
Thread overview: (only message) (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2004-02-17 18:27 [PATCH] (2.4 BK) Fix syntax errors in net/sctp/Config.in Patrick Mau
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox
all inboxes | Powered by JetHome®