mirror of
https://github.com/wolfSSL/wolfssl.git
synced 2025-08-03 20:54:41 +02:00
fix else braces
This commit is contained in:
@@ -4240,10 +4240,11 @@ int SetCipherList(Suites* s, const char* list)
|
|||||||
ssl->options.serverState = SERVER_HELLODONE_COMPLETE;
|
ssl->options.serverState = SERVER_HELLODONE_COMPLETE;
|
||||||
return ret;
|
return ret;
|
||||||
}
|
}
|
||||||
else
|
else {
|
||||||
CYASSL_MSG("Unsupported cipher suite, DoServerHello");
|
CYASSL_MSG("Unsupported cipher suite, DoServerHello");
|
||||||
return UNSUPPORTED_SUITE;
|
return UNSUPPORTED_SUITE;
|
||||||
}
|
}
|
||||||
|
}
|
||||||
else {
|
else {
|
||||||
CYASSL_MSG("Server denied resumption attempt");
|
CYASSL_MSG("Server denied resumption attempt");
|
||||||
ssl->options.resuming = 0; /* server denied resumption try */
|
ssl->options.resuming = 0; /* server denied resumption try */
|
||||||
|
Reference in New Issue
Block a user