Merge Conflict with wolfSSL master.

This commit is contained in:
jrblixt 2017-04-13 16:51:08 -06:00
parent 85b78835a6
commit ac6b840dc5

View File

@ -38,7 +38,7 @@
int wc_InitSha256(Sha256* sha)
{
if (sha == NULL) {
if (sha == NULL) {
return BAD_FUNC_ARG;
}
return InitSha256_fips(sha);