mirror of
https://repo.dactyloidae.xyz/Dactyloidae/UXP.git
synced 2026-09-04 23:08:39 +09:00
Fix missed in32->int64 in df852120098dc7ba5df4a76126c6297c6d2d1b7b
Tag #709.
This commit is contained in:
parent
8effb3030e
commit
4debc9246e
1 changed files with 1 additions and 1 deletions
|
|
@ -1540,7 +1540,7 @@ CipherSuiteChangeObserver::Observe(nsISupports* aSubject,
|
|||
// are enabled in prefs. They are only used on specific
|
||||
// sockets as a part of a fallback mechanism.
|
||||
// Only the main thread will change sEnabledWeakCiphers.
|
||||
uint32_t enabledWeakCiphers = sEnabledWeakCiphers;
|
||||
uint64_t enabledWeakCiphers = sEnabledWeakCiphers;
|
||||
if (cipherEnabled) {
|
||||
enabledWeakCiphers |= ((uint64_t)1 << i);
|
||||
} else {
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue