mirror of
https://github.com/wolfSSL/wolfssl.git
synced 2025-08-01 03:34:39 +02:00
Add a OPENSSL_EXTRA guard to call SSL_get_early_data_status
This commit is contained in:
@@ -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
|
||||
|
||||
|
Reference in New Issue
Block a user