mirror of https://github.com/wolfSSL/wolfssl.git
Fix for PR tests
parent
ec471af9c5
commit
a54e3aadea
|
@ -40348,7 +40348,7 @@ static int test_wolfSSL_THREADID_hash(void)
|
|||
printf(resultFmt, passed);
|
||||
#endif /* OPENSSL_EXTRA */
|
||||
(void)id;
|
||||
(void)ret;
|
||||
(void)res;
|
||||
return ret;
|
||||
}
|
||||
static int test_wolfSSL_CTX_set_ecdh_auto(void)
|
||||
|
@ -40363,6 +40363,7 @@ static int test_wolfSSL_CTX_set_ecdh_auto(void)
|
|||
AssertIntEQ( wolfSSL_CTX_set_ecdh_auto(ctx,1),1);
|
||||
printf(resultFmt, passed);
|
||||
#endif /* OPENSSL_EXTRA */
|
||||
(void)ctx;
|
||||
return ret;
|
||||
}
|
||||
|
||||
|
|
|
@ -1267,7 +1267,7 @@ wolfSSL_X509_STORE_set_verify_cb((WOLFSSL_X509_STORE *)(s), (WOLFSSL_X509_STORE_
|
|||
#define OPENSSL_cleanse wolfSSL_OPENSSL_cleanse
|
||||
#define SSL_CTX_get_timeout wolfSSL_SSL_CTX_get_timeout
|
||||
#define SSL_CTX_set_tmp_ecdh wolfSSL_SSL_CTX_set_tmp_ecdh
|
||||
#define SSL_CTX_set_ecdh_auto(...)
|
||||
//#define SSL_CTX_set_ecdh_auto(...)
|
||||
#define SSL_CTX_remove_session wolfSSL_SSL_CTX_remove_session
|
||||
#define SSL_get_rbio wolfSSL_SSL_get_rbio
|
||||
#define SSL_get_wbio wolfSSL_SSL_get_wbio
|
||||
|
|
Loading…
Reference in New Issue