mirror of
https://github.com/wolfSSL/wolfssl.git
synced 2025-07-30 02:37:28 +02:00
Merge pull request #4467 from dgarske/smtp
Example client: fix for SMTP temp buffer size
This commit is contained in:
@ -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;
|
||||
|
Reference in New Issue
Block a user