mirror of
https://github.com/wolfSSL/wolfssl.git
synced 2026-03-07 01:14:03 +01:00
move location of wolfSSL_d2i_RSA_PublicKey to fix x509 small build
This commit is contained in:
@@ -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";
|
||||
|
||||
Reference in New Issue
Block a user