mirror of
https://github.com/wolfSSL/wolfssl.git
synced 2025-07-31 19:24:42 +02:00
configure.ac: fix whitespace; client.c: make gcc 5.4.0 -Wmaybe-uninitialized happy.
This commit is contained in:
@@ -698,7 +698,7 @@ static int ClientBenchmarkThroughput(WOLFSSL_CTX* ctx, char* host, word16 port,
|
|||||||
int onlyKeyShare)
|
int onlyKeyShare)
|
||||||
{
|
{
|
||||||
double start, conn_time = 0, tx_time = 0, rx_time = 0;
|
double start, conn_time = 0, tx_time = 0, rx_time = 0;
|
||||||
SOCKET_T sockfd;
|
SOCKET_T sockfd = WOLFSSL_SOCKET_INVALID;
|
||||||
WOLFSSL* ssl;
|
WOLFSSL* ssl;
|
||||||
int ret = 0, err = 0;
|
int ret = 0, err = 0;
|
||||||
|
|
||||||
|
Reference in New Issue
Block a user