mirror of
https://github.com/wolfSSL/wolfssl.git
synced 2025-08-03 20:54:41 +02:00
Also account for 32-bit users
This commit is contained in:
@@ -753,6 +753,14 @@ THREAD_RETURN WOLFSSL_THREAD client_test(void* args)
|
|||||||
done = 1;
|
done = 1;
|
||||||
#endif
|
#endif
|
||||||
|
|
||||||
|
/* www.globalsign.com only supports static RSA or ECDHE with AES */
|
||||||
|
/* We cannot expect users to have on static RSA so test for ECC only
|
||||||
|
* as some users will most likely be on 32-bit systems where ECC
|
||||||
|
* is not enabled by default */
|
||||||
|
#if defined(HAVE_OCSP) && !defined(HAVE_ECC)
|
||||||
|
done = 1;
|
||||||
|
#endif
|
||||||
|
|
||||||
#ifndef NO_PSK
|
#ifndef NO_PSK
|
||||||
done = 1;
|
done = 1;
|
||||||
#endif
|
#endif
|
||||||
|
Reference in New Issue
Block a user