Merge branch 'master' of github.com:janvidar/uhub

This commit is contained in:
Jan Vidar Krey
2014-05-30 15:06:23 +02:00
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)