remove printf

This commit is contained in:
Takashi Kojo
2018-04-18 09:25:24 +09:00
parent 56af3a5b36
commit 7c7913264b

View File

@ -13520,7 +13520,7 @@ int wolfSSL_EVP_MD_type(const WOLFSSL_EVP_MD *md)
{
return NULL;
}
printf("mdlen = %d\n", mdlen);
#ifdef WOLFSSL_SMALL_STACK
hmac = (Hmac*)XMALLOC(sizeof(Hmac), heap, DYNAMIC_TYPE_HMAC);
if (hmac == NULL)