fix small stack with X509 print function

This commit is contained in:
Jacob Barthelmeh
2017-04-10 17:32:11 -06:00
parent 29ccc36fc2
commit f254a002a8

View File

@@ -15241,7 +15241,7 @@ static void ExternalFreeX509(WOLFSSL_X509* x509)
/* print issuer */
{
char* issuer;
#ifndef WOLFSSL_SMALL_STACK
#ifdef WOLFSSL_SMALL_STACK
char* buff = NULL;
int issSz = 0;
#else