mirror of
https://git.openldap.org/openldap/openldap.git
synced 2026-01-05 14:42:10 -05:00
ITS#7289 MozNSS: cipher suite selection by name may be ignored
This commit is contained in:
parent
dc3842fca3
commit
4b6bd2c600
1 changed files with 1 additions and 1 deletions
|
|
@ -624,7 +624,7 @@ nss_parse_ciphers(const char *cipherstr, int cipher_list[ciphernum])
|
|||
} else {
|
||||
for (i=0; i<ciphernum; i++) {
|
||||
if (!strcmp(ciphers_def[i].ossl_name, cipher) &&
|
||||
cipher_list[1] != -1)
|
||||
cipher_list[i] != -1)
|
||||
cipher_list[i] = action;
|
||||
}
|
||||
}
|
||||
|
|
|
|||
Loading…
Reference in a new issue