diff options
author | Fabio Alessandrelli <fabio.alessandrelli@gmail.com> | 2018-02-08 19:17:31 +0100 |
---|---|---|
committer | Fabio Alessandrelli <fabio.alessandrelli@gmail.com> | 2018-02-14 01:26:34 +0100 |
commit | 6fcc8b7e1f415db55c6627630f622a37f6973714 (patch) | |
tree | 80c267a7a5b36b5537d9bb4038687f391ce159e5 /platform/javascript/detect.py | |
parent | 308b03b377fc0001542ad4cfe876fca3c2f49a00 (diff) | |
download | redot-engine-6fcc8b7e1f415db55c6627630f622a37f6973714.tar.gz |
Deleting OpenSSL module and library
Diffstat (limited to 'platform/javascript/detect.py')
-rw-r--r-- | platform/javascript/detect.py | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/platform/javascript/detect.py b/platform/javascript/detect.py index 74d6536343..c7acd215ae 100644 --- a/platform/javascript/detect.py +++ b/platform/javascript/detect.py @@ -32,7 +32,7 @@ def get_flags(): # The module has little use due to the limited networking functionality # in this platform. For the available networking methods, the browser # manages TLS. - ('module_openssl_enabled', False), + #('module_openssl_enabled', False), ] |