Fix warning in ssl.c

This commit is contained in:
Eric Blankenhorn
2018-04-06 09:30:54 -05:00
parent c6ad885459
commit 920e6ed911

View File

@@ -13969,7 +13969,7 @@ int wolfSSL_EVP_MD_type(const WOLFSSL_EVP_MD *md)
ctx->keyLen = 0;
ctx->block_size = 16;
}
(void)ret; /* remove warning. If execution reaches this point, ret=0 */
return WOLFSSL_SUCCESS;
}