mirror of
https://github.com/wolfSSL/wolfssl.git
synced 2025-08-05 21:54:41 +02:00
fix google external test w/o ecdhe
This commit is contained in:
@@ -499,6 +499,12 @@ THREAD_RETURN WOLFSSL_THREAD client_test(void* args)
|
|||||||
done = 1; /* external cert chain most likely has SHA */
|
done = 1; /* external cert chain most likely has SHA */
|
||||||
#endif
|
#endif
|
||||||
|
|
||||||
|
#if !defined(HAVE_ECC) && !defined(WOLFSSL_STATIC_RSA)
|
||||||
|
if (!XSTRNCMP(domain, "www.google.com", 14)) {
|
||||||
|
done = 1; /* google needs ECDHE or static RSA */
|
||||||
|
}
|
||||||
|
#endif
|
||||||
|
|
||||||
if (done) {
|
if (done) {
|
||||||
printf("external test can't be run in this mode");
|
printf("external test can't be run in this mode");
|
||||||
|
|
||||||
|
Reference in New Issue
Block a user