diff --git a/examples/client/client.c b/examples/client/client.c index f27f64f96..9aac7cc2f 100644 --- a/examples/client/client.c +++ b/examples/client/client.c @@ -895,7 +895,7 @@ const char* starttlsCmd[6] = { /* Initiates the STARTTLS command sequence over TCP */ static int StartTLS_Init(SOCKET_T* sockfd) { - char tmpBuf[256]; + char tmpBuf[512]; if (sockfd == NULL) return BAD_FUNC_ARG;