mirror of
https://github.com/RPCS3/rpcs3.git
synced 2025-07-09 00:11:24 +12:00
Enable WOLFSSL_ALT_CERT_CHAINS
This commit is contained in:
parent
40adf4b944
commit
77485747f1
3 changed files with 5 additions and 1 deletions
3
3rdparty/wolfssl/extra/win32/user_settings.h
vendored
3
3rdparty/wolfssl/extra/win32/user_settings.h
vendored
|
@ -51,6 +51,9 @@
|
|||
#define ECC_TIMING_RESISTANT
|
||||
#define USE_FAST_MATH
|
||||
#define FP_MAX_BITS 8192
|
||||
#ifndef WOLFSSL_ALT_CERT_CHAINS
|
||||
#define WOLFSSL_ALT_CERT_CHAINS
|
||||
#endif
|
||||
|
||||
/* UTF-8 aware filesystem functions for Windows */
|
||||
#define WOLFSSL_USER_FILESYSTEM
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue