Fix Clang compile warnings.

This commit is contained in:
Jan Vidar Krey
2014-05-14 21:00:42 +02:00
parent 24b98358d3
commit f472fc9424
5 changed files with 9 additions and 4 deletions

View File

@@ -182,6 +182,8 @@ static int handle_openssl_error(struct net_connection* con, int ret, enum ssl_st
handle->state = tls_st_error;
return -2;
}
return -2;
}
ssize_t net_con_ssl_accept(struct net_connection* con)