diff options
author | Nick Mathewson <nickm@torproject.org> | 2012-05-15 15:25:54 -0400 |
---|---|---|
committer | Nick Mathewson <nickm@torproject.org> | 2012-05-15 15:25:54 -0400 |
commit | 89c16890095d63cc6f56a378108efc3d3f063204 (patch) | |
tree | 160d840983b120bd9aaaadd7edb784f5a0bb762f /src/common/get_mozilla_ciphers.py | |
parent | bd0657602d54be7b0c9032c40f73a0b738b0282c (diff) | |
download | tor-89c16890095d63cc6f56a378108efc3d3f063204.tar.gz tor-89c16890095d63cc6f56a378108efc3d3f063204.zip |
Change our ciphersuite list to match ff8
Diffstat (limited to 'src/common/get_mozilla_ciphers.py')
-rw-r--r-- | src/common/get_mozilla_ciphers.py | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/src/common/get_mozilla_ciphers.py b/src/common/get_mozilla_ciphers.py index f9250317b1..c7e9a84a0e 100644 --- a/src/common/get_mozilla_ciphers.py +++ b/src/common/get_mozilla_ciphers.py @@ -2,6 +2,7 @@ # coding=utf-8 # Copyright 2011, The Tor Project, Inc # original version by Arturo Filastò +# See LICENSE for licensing information # This script parses Firefox and OpenSSL sources, and uses this information # to generate a ciphers.inc file. |