Make sure we count OpenSSL traffic for the byte IO statistics.

This commit is contained in:
Jan Vidar Krey
2012-10-17 22:40:15 +02:00
parent b999068555
commit 19559f4974
2 changed files with 22 additions and 14 deletions

View File

@@ -20,11 +20,6 @@
#include "uhub.h"
#include "network/common.h"
#ifdef SSL_SUPPORT
void net_stats_add_tx(size_t bytes);
void net_stats_add_rx(size_t bytes);
#endif
static int is_blocked_or_interrupted()
{
int err = net_error();