Renamed Curl_ascii_equal to Curl_raw_equal and bugfixed the my_toupper function
used in strequal.c so now all test cases run fine for me again.
This commit is contained in:
@@ -201,7 +201,7 @@ static SECStatus set_ciphers(struct SessionHandle *data, PRFileDesc * model,
|
||||
found = PR_FALSE;
|
||||
|
||||
for(i=0; i<NUM_OF_CIPHERS; i++) {
|
||||
if(Curl_ascii_equal(cipher, cipherlist[i].name)) {
|
||||
if(Curl_raw_equal(cipher, cipherlist[i].name)) {
|
||||
cipher_state[i] = PR_TRUE;
|
||||
found = PR_TRUE;
|
||||
break;
|
||||
|
||||
Reference in New Issue
Block a user