add openssl script suite test

switch to bash for 'read -ra <<<' for now
This commit is contained in:
toddouska
2015-10-05 12:56:17 -07:00
parent f06c08718c
commit 236df9257b
3 changed files with 123 additions and 0 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;