This commit is contained in:
Ludovic FLAMENT
2015-10-09 15:23:41 +02:00
28 changed files with 1400 additions and 16 deletions

View File

@@ -295,6 +295,8 @@ int wolfSSL_get_ciphers(char* buf, int len)
if (i < size - 1)
*buf++ = delim;
else
*buf++ = '\0';
}
else
return BUFFER_E;