XSNPRINTF not defined in the case of having no filesystem

This commit is contained in:
Jacob Barthelmeh
2017-02-23 16:45:44 -07:00
parent 68d7d26839
commit f5d9cf0e5d

View File

@ -15105,6 +15105,7 @@ static void ExternalFreeX509(WOLFSSL_X509* x509)
}
#ifdef XSNPRINTF /* a snprintf function needs to be available */
/* Writes the human readable form of x509 to bio.
*
* bio WOLFSSL_BIO to write to.
@ -15739,6 +15740,7 @@ static void ExternalFreeX509(WOLFSSL_X509* x509)
return SSL_SUCCESS;
}
#endif /* XSNPRINTF */
#endif /* OPENSSL_EXTRA */