mirror of
https://gitlab.torproject.org/tpo/core/tor.git
synced 2025-02-24 14:51:11 +01:00
get_mozilla_ciphers: output lowercase hex.
This commit is contained in:
parent
c5dca8f208
commit
c2ed9a2940
1 changed files with 1 additions and 1 deletions
|
@ -171,7 +171,7 @@ for firefox_macro in firefox_ciphers:
|
|||
if enabled_ciphers.get(js_cipher_name, 'false') != 'true':
|
||||
continue
|
||||
|
||||
hexval = sslProtoD[firefox_macro]
|
||||
hexval = sslProtoD[firefox_macro].lower()
|
||||
|
||||
try:
|
||||
openssl_macro = openssl_macro_by_hex[hexval.lower()]
|
||||
|
|
Loading…
Add table
Reference in a new issue