diff options
author | Martin Thomson <martin.thomson@gmail.com> | 2016-11-25 10:49:53 +1100 |
---|---|---|
committer | Martin Thomson <martin.thomson@gmail.com> | 2016-11-25 10:49:53 +1100 |
commit | 0596d3b0ba69feb3e1f197dd35441021972f6d37 (patch) | |
tree | ac1a8e547a1de2c180594e2779984ba0645f6391 /readme.md | |
parent | 85926c394288b5ee0330b4769dd28d3bd0a7f868 (diff) | |
download | nss-hg-0596d3b0ba69feb3e1f197dd35441021972f6d37.tar.gz |
Bug 1311296 - Build TLS 1.3 by default, r=kaie
Diffstat (limited to 'readme.md')
-rw-r--r-- | readme.md | 1 |
1 files changed, 0 insertions, 1 deletions
@@ -49,7 +49,6 @@ After changing into the NSS directory a typical build of 32-bit NSS is done as f The following environment variables might be useful: * `BUILD_OPT=1` to get an optimised build * `USE_64=1` to get a 64-bit build (recommended) -* `NSS_ENABLE_TLS_1_3=1` to enable TLS 1.3 support The complete list of environment variables can be found [here](https://developer.mozilla.org/en-US/docs/Mozilla/Projects/NSS/Reference/NSS_environment_variables). |