Add a OPENSSL_EXTRA guard to call SSL_get_early_data_status

This commit is contained in:
TakayukiMatsuo
2021-04-09 01:10:45 +09:00
parent 424d97ca3d
commit 07022eebe7

View File

@@ -39497,7 +39497,7 @@ static int test_tls13_apis(void)
#endif
#endif
#ifdef WOLFSSL_EARLY_DATA
#if defined(OPENSSL_EXTRA) && defined(WOLFSSL_EARLY_DATA)
AssertIntLT(SSL_get_early_data_status(NULL), 0);
#endif