Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/mono/mono.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
path: root/mcs/build
diff options
context:
space:
mode:
authorMartin Baulig <mabaul@microsoft.com>2019-10-19 01:02:48 +0300
committerAlexander Köplinger <alex.koeplinger@outlook.com>2019-10-19 01:02:48 +0300
commitfffad7e3a8f57a7eaff67d43a3a29b7f64e94646 (patch)
treee9b222b63c2a16a6a6b22cb4b6b8a08c06c2c896 /mcs/build
parent8836231459121e0144ae03169554c1d0636ec5ba (diff)
Remove the Legacy TLS Provider. (#17391)
* `MonoTlsProviderFactory` now treats "legacy" as an alias for "default". * `Mono.Net.Security/LegacySslStream`: Removed. This class also wasn't using the `MobileAuthenticatedStream` base class, thus preventing cleanups simplifications in that area. * `Mono.Net.Security/LegacyTlsProvider`: Removed. * `Mono.Security/Mono.Security.Protocol.Tls*`: Removed all the old legacy code. * `Mono.Security.Interface.MonoTlsProviderFactory`: Bump internal version to 4.
Diffstat (limited to 'mcs/build')
-rw-r--r--mcs/build/profiles/wasm.make1
1 files changed, 1 insertions, 0 deletions
diff --git a/mcs/build/profiles/wasm.make b/mcs/build/profiles/wasm.make
index 512c663bb96..83c1db97883 100644
--- a/mcs/build/profiles/wasm.make
+++ b/mcs/build/profiles/wasm.make
@@ -44,4 +44,5 @@ NO_CONSOLE = yes
NO_MULTIPLE_APPDOMAINS = yes
NO_THREAD_ABORT = yes
NO_THREAD_SUSPEND_RESUME = yes
+PROFILE_DISABLE_BTLS = yes
WASM = yes