File tree Expand file tree Collapse file tree 1 file changed +3
-3
lines changed
Expand file tree Collapse file tree 1 file changed +3
-3
lines changed Original file line number Diff line number Diff line change @@ -57,7 +57,8 @@ int test_wolfSSL_X509_STORE_CTX_set_time(void)
5757int test_wolfSSL_X509_STORE_check_time (void )
5858{
5959 EXPECT_DECLS ;
60- #if defined(OPENSSL_EXTRA ) && !defined(NO_FILESYSTEM ) && !defined(NO_ASN_TIME )
60+ #if defined(OPENSSL_EXTRA ) && !defined(NO_FILESYSTEM ) && \
61+ !defined(NO_ASN_TIME ) && !defined(NO_RSA )
6162 WOLFSSL_X509_STORE * store = NULL ;
6263 WOLFSSL_X509_STORE_CTX * ctx = NULL ;
6364 WOLFSSL_X509 * ca = NULL ;
@@ -160,8 +161,7 @@ int test_wolfSSL_X509_STORE_check_time(void)
160161 store = NULL ;
161162 wolfSSL_X509_free (cert );
162163 cert = NULL ;
163- #endif /* defined(OPENSSL_EXTRA) && !defined(NO_FILESYSTEM) && \
164- !defined(NO_ASN_TIME) */
164+ #endif /* OPENSSL_EXTRA && !NO_FILESYSTEM && !NO_ASN_TIME && !NO_RSA */
165165 return EXPECT_RESULT ();
166166}
167167
You can’t perform that action at this time.
0 commit comments