mirror of
https://github.com/ilyakooo0/nixpkgs.git
synced 2024-12-24 03:43:53 +03:00
wpa_supplicant: disable TLS-1.2 for now (fixes #8332)
This commit is contained in:
parent
4f4c573f9b
commit
783af9a960
@ -36,7 +36,7 @@ stdenv.mkDerivation rec {
|
||||
CONFIG_IEEE80211W=y
|
||||
CONFIG_TLS=openssl
|
||||
CONFIG_TLSV11=y
|
||||
CONFIG_TLSV12=y
|
||||
#CONFIG_TLSV12=y see #8332
|
||||
CONFIG_IEEE80211R=y
|
||||
CONFIG_DEBUG_SYSLOG=y
|
||||
#CONFIG_PRIVSEP=y
|
||||
|
Loading…
Reference in New Issue
Block a user