fix else braces

This commit is contained in:
toddouska 2012-05-17 07:55:25 -07:00
parent 08d9e57bf6
commit ac92d30955
1 changed files with 2 additions and 1 deletions

View File

@ -4240,9 +4240,10 @@ int SetCipherList(Suites* s, const char* list)
ssl->options.serverState = SERVER_HELLODONE_COMPLETE;
return ret;
}
else
else {
CYASSL_MSG("Unsupported cipher suite, DoServerHello");
return UNSUPPORTED_SUITE;
}
}
else {
CYASSL_MSG("Server denied resumption attempt");