lists.openwall.net   lists  /  announce  owl-users  owl-dev  john-users  john-dev  passwdqc-users  yescrypt  popa3d-users  /  oss-security  kernel-hardening  musl  sabotage  tlsify  passwords  /  crypt-dev  xvendor  /  Bugtraq  Full-Disclosure  linux-kernel  linux-netdev  linux-ext4  linux-hardening  linux-cve-announce  PHC 
Open Source and information security mailing list archives
 
Hash Suite for Android: free password hash cracker in your pocket
[<prev] [next>] [<thread-prev] [day] [month] [year] [list]
Date:	Fri, 11 May 2007 17:22:36 +0200 (MEST)
From:	Jan Engelhardt <jengelh@...ux01.gwdg.de>
To:	Vlad Yasevich <vladislav.yasevich@...com>
cc:	Brian Haley <brian.haley@...com>, akpm@...ux-foundation.org,
	davem@...emloft.net, netdev@...r.kernel.org, sri@...ibm.com
Subject: Re: [patch 4/8] Use menuconfig objects: SCTP


On May 11 2007 10:12, Vlad Yasevich wrote:
>Brian Haley wrote:
>> akpm@...ux-foundation.org wrote:
>>> diff -puN net/sctp/Kconfig~use-menuconfig-objects-sctp net/sctp/Kconfig
>>> --- a/net/sctp/Kconfig~use-menuconfig-objects-sctp
>>> +++ a/net/sctp/Kconfig
>>> @@ -2,11 +2,9 @@
>>>  # SCTP configuration
>>>  #
>>>  
>>> -menu "SCTP Configuration (EXPERIMENTAL)"
>>> -    depends on INET && EXPERIMENTAL
>>> -
>>> -config IP_SCTP
>>> +menuconfig IP_SCTP
>>>      tristate "The SCTP Protocol (EXPERIMENTAL)"
>>> +    depends on NET && EXPERIMENTAL
>>>      depends on IPV6 || IPV6=n
>>>      select CRYPTO if SCTP_HMAC_SHA1 || SCTP_HMAC_MD5
>>>      select CRYPTO_HMAC if SCTP_HMAC_SHA1 || SCTP_HMAC_MD5
>> 
>> This just changed "INET && EXPERIMENTAL" to "NET && EXPERIMENTAL", don't
>> know if that was intended.
>
>Thanks Brian.   This is a bug.  This should use INET.

Nobody's perfect :p


	Jan
-- 
-
To unsubscribe from this list: send the line "unsubscribe netdev" in
the body of a message to majordomo@...r.kernel.org
More majordomo info at  http://vger.kernel.org/majordomo-info.html

Powered by blists - more mailing lists

Powered by Openwall GNU/*/Linux Powered by OpenVZ