mirror of
https://github.com/guanzhi/GmSSL.git
synced 2026-08-08 23:13:38 +08:00
Update tls.c
This commit is contained in:
@@ -2253,7 +2253,6 @@ int tls_set_socket(TLS_CONNECT *conn, tls_socket_t sock) {
|
|||||||
}
|
}
|
||||||
|
|
||||||
int tls_do_handshake(TLS_CONNECT *conn) {
|
int tls_do_handshake(TLS_CONNECT *conn) {
|
||||||
conn->protocol);
|
|
||||||
switch (conn->protocol) {
|
switch (conn->protocol) {
|
||||||
case TLS_protocol_tlcp:
|
case TLS_protocol_tlcp:
|
||||||
if (conn->is_client)
|
if (conn->is_client)
|
||||||
|
|||||||
Reference in New Issue
Block a user