move location of wolfSSL_d2i_RSA_PublicKey to fix x509 small build

This commit is contained in:
Jacob Barthelmeh
2018-06-14 14:38:15 -06:00
parent 139a08a98e
commit c03c10e1d4
2 changed files with 5 additions and 5 deletions

View File

@@ -3039,7 +3039,7 @@ static void test_wolfSSL_URI(void)
{
#if !defined(NO_CERTS) && !defined(NO_RSA) && !defined(NO_FILESYSTEM) \
&& (defined(KEEP_PEER_CERT) || defined(SESSION_CERTS) || \
defined(OPENSSL_EXTRA) || defined(OPENSSL_EXTRA_X509_SMALL))
defined(OPENSSL_EXTRA))
WOLFSSL_X509* x509;
const char uri[] = "./certs/client-uri-cert.pem";
const char badUri[] = "./certs/client-relative-uri.pem";