mirror of
https://github.com/RPCS3/rpcs3.git
synced 2025-07-12 01:38:37 +12:00
Update dependencies
This commit is contained in:
parent
44801c50f3
commit
21ada251fe
7 changed files with 12 additions and 5 deletions
6
3rdparty/wolfssl/extra/win32/user_settings.h
vendored
6
3rdparty/wolfssl/extra/win32/user_settings.h
vendored
|
@ -37,6 +37,7 @@
|
|||
#define NO_PSK
|
||||
#define HAVE_EXTENDED_MASTER
|
||||
#define WOLFSSL_SNIFFER
|
||||
#define WOLFSSL_IGNORE_FILE_WARN
|
||||
#define HAVE_AESGCM
|
||||
#define HAVE_SUPPORTED_CURVES
|
||||
#define HAVE_TLS_EXTENSIONS
|
||||
|
@ -63,11 +64,16 @@ extern FILE* wolfSSL_fopen_utf8(const char* name, const char* mode);
|
|||
#define XFWRITE fwrite
|
||||
#define XFCLOSE fclose
|
||||
#define XSEEK_END SEEK_END
|
||||
#define XSEEK_SET SEEK_SET
|
||||
#define XBADFILE NULL
|
||||
#define XFGETS fgets
|
||||
#define XFPRINTF fprintf
|
||||
#define XFFLUSH fflush
|
||||
|
||||
/* For some reason we need to define ssize_t */
|
||||
#define HAVE_SSIZE_T
|
||||
#define ssize_t __int64
|
||||
|
||||
#include <sys/stat.h>
|
||||
extern int wolfSSL_stat_utf8(const char* path, struct _stat* buffer);
|
||||
#define XSTAT wolfSSL_stat_utf8
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue