File tree Expand file tree Collapse file tree 2 files changed +5
-3
lines changed
Expand file tree Collapse file tree 2 files changed +5
-3
lines changed Original file line number Diff line number Diff line change @@ -71324,7 +71324,8 @@ static int test_wolfSSL_OCSP_id_get0_info(void)
7132471324{
7132571325 EXPECT_DECLS;
7132671326#if (defined(OPENSSL_ALL) || defined(WOLFSSL_HAPROXY)) && \
71327- defined(HAVE_OCSP) && !defined(NO_FILESYSTEM) && !defined(NO_RSA)
71327+ defined(HAVE_OCSP) && !defined(NO_FILESYSTEM) && !defined(NO_RSA) && \
71328+ !defined(WOLFSSL_SM2) && !defined(WOLFSSL_SM3)
7132871329 X509* cert = NULL;
7132971330 X509* issuer = NULL;
7133071331 OCSP_CERTID* id = NULL;
Original file line number Diff line number Diff line change @@ -593,7 +593,8 @@ int test_ocsp_status_callback(void)
593593 !defined(WOLFSSL_NO_TLS12) \
594594 && defined(OPENSSL_ALL) */
595595
596- #if !defined (NO_SHA ) && defined(OPENSSL_ALL ) && defined(HAVE_OCSP )
596+ #if !defined(NO_SHA ) && defined(OPENSSL_ALL ) && defined(HAVE_OCSP ) && \
597+ !defined(WOLFSSL_SM3 ) && !defined(WOLFSSL_SM2 )
597598int test_ocsp_certid_enc_dec (void )
598599{
599600 EXPECT_DECLS ;
@@ -653,7 +654,7 @@ int test_ocsp_certid_enc_dec(void)
653654
654655 return EXPECT_SUCCESS ();
655656}
656- #else
657+ #else /* !NO_SHA && OPENSSL_ALL && HAVE_OCSP && !WOLFSSL_SM3 && !WOLFSSL_SM2 */
657658int test_ocsp_certid_enc_dec (void )
658659{
659660 return TEST_SKIPPED ;
You can’t perform that action at this time.
0 commit comments