Update dependencies

This commit is contained in:
Megamouse 2023-06-15 20:45:00 +02:00
parent 44801c50f3
commit 21ada251fe
7 changed files with 12 additions and 5 deletions

2
3rdparty/FAudio vendored

@ -1 +1 @@
Subproject commit cac0aca5f7055bd0d57c1051278684c737b9af0c
Subproject commit 58cf606b5f718883e5dffbafdec44859d4e304ec

2
3rdparty/curl/curl vendored

@ -1 +1 @@
Subproject commit 1561d0675208854b39066877b140780a965702fa
Subproject commit 7ab9d43720bc34d9aa351c7ca683c1668ebf8335

@ -1 +1 @@
Subproject commit 07b8803110da160b158ebfef872627da6c85cbdf
Subproject commit f135775ad4e5d4408d2e12ffcc71bb36e6b48551

@ -1 +1 @@
Subproject commit ac13ca9ab691e13e8eebe9684740ddcb0d716203
Subproject commit ffa78e6bead23e2ba3adf8ec2367ff2218d4343c

View File

@ -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

@ -1 +1 @@
Subproject commit 979707380c677dfa65e3ba48f19e149773a4a32d
Subproject commit 3b3c175af0e993ffaae251871421e206cc41963f

View File

@ -73,6 +73,7 @@
<ItemGroup>
<ClCompile Include="wolfssl\src\crl.c" />
<ClCompile Include="wolfssl\src\internal.c" />
<ClCompile Include="wolfssl\src\ssl_asn1.c" />
<ClCompile Include="wolfssl\src\wolfio.c" />
<ClCompile Include="wolfssl\src\keys.c" />
<ClCompile Include="wolfssl\src\ocsp.c" />