forked from wolfSSL/wolfssl
Fix for PR tests
This commit is contained in:
@ -40348,7 +40348,7 @@ static int test_wolfSSL_THREADID_hash(void)
|
|||||||
printf(resultFmt, passed);
|
printf(resultFmt, passed);
|
||||||
#endif /* OPENSSL_EXTRA */
|
#endif /* OPENSSL_EXTRA */
|
||||||
(void)id;
|
(void)id;
|
||||||
(void)ret;
|
(void)res;
|
||||||
return ret;
|
return ret;
|
||||||
}
|
}
|
||||||
static int test_wolfSSL_CTX_set_ecdh_auto(void)
|
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);
|
AssertIntEQ( wolfSSL_CTX_set_ecdh_auto(ctx,1),1);
|
||||||
printf(resultFmt, passed);
|
printf(resultFmt, passed);
|
||||||
#endif /* OPENSSL_EXTRA */
|
#endif /* OPENSSL_EXTRA */
|
||||||
|
(void)ctx;
|
||||||
return ret;
|
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 OPENSSL_cleanse wolfSSL_OPENSSL_cleanse
|
||||||
#define SSL_CTX_get_timeout wolfSSL_SSL_CTX_get_timeout
|
#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_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_CTX_remove_session wolfSSL_SSL_CTX_remove_session
|
||||||
#define SSL_get_rbio wolfSSL_SSL_get_rbio
|
#define SSL_get_rbio wolfSSL_SSL_get_rbio
|
||||||
#define SSL_get_wbio wolfSSL_SSL_get_wbio
|
#define SSL_get_wbio wolfSSL_SSL_get_wbio
|
||||||
|
Reference in New Issue
Block a user