aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorF1F7Y <64418963+F1F7Y@users.noreply.github.com>2023-06-30 03:10:24 +0200
committerGitHub <noreply@github.com>2023-06-29 21:10:24 -0400
commit71f0ee98ccc85d41ba7587d122c83011ab1e25c3 (patch)
treec362337bedb5d341c3f063e9a0b4840fb8b8ba2c
parentefd907105cf7906c78253631f75bf4fd83f769db (diff)
downloadNorthstarLauncher-71f0ee98ccc85d41ba7587d122c83011ab1e25c3.tar.gz
NorthstarLauncher-71f0ee98ccc85d41ba7587d122c83011ab1e25c3.zip
Reorganize third-party dependencies into `thirdparty` directory (#491)
* rename `include` to `thirdparty` * remove duplicate minhook in wsock32 * move minhook into its own directory * move openssl lib into separate directories
-rw-r--r--NorthstarDLL/CMakeLists.txt6
-rw-r--r--NorthstarDLL/pch.h2
-rw-r--r--loader_wsock32_proxy/CMakeLists.txt4
-rw-r--r--loader_wsock32_proxy/include/MinHook.h186
-rw-r--r--loader_wsock32_proxy/include/MinHook.x64.libbin32401 -> 0 bytes
-rw-r--r--loader_wsock32_proxy/loader.cpp1
-rw-r--r--loader_wsock32_proxy/pch.h2
-rw-r--r--thirdparty/crypto/__DECC_INCLUDE_EPILOGUE.H (renamed from include/crypto/__DECC_INCLUDE_EPILOGUE.H)0
-rw-r--r--thirdparty/crypto/__DECC_INCLUDE_PROLOGUE.H (renamed from include/crypto/__DECC_INCLUDE_PROLOGUE.H)0
-rw-r--r--thirdparty/crypto/aes_platform.h (renamed from include/crypto/aes_platform.h)0
-rw-r--r--thirdparty/crypto/aria.h (renamed from include/crypto/aria.h)0
-rw-r--r--thirdparty/crypto/asn1.h (renamed from include/crypto/asn1.h)0
-rw-r--r--thirdparty/crypto/asn1_dsa.h (renamed from include/crypto/asn1_dsa.h)0
-rw-r--r--thirdparty/crypto/asn1err.h (renamed from include/crypto/asn1err.h)0
-rw-r--r--thirdparty/crypto/async.h (renamed from include/crypto/async.h)0
-rw-r--r--thirdparty/crypto/asyncerr.h (renamed from include/crypto/asyncerr.h)0
-rw-r--r--thirdparty/crypto/bioerr.h (renamed from include/crypto/bioerr.h)0
-rw-r--r--thirdparty/crypto/bn.h (renamed from include/crypto/bn.h)0
-rw-r--r--thirdparty/crypto/bn_conf.h (renamed from include/crypto/bn_conf.h)0
-rw-r--r--thirdparty/crypto/bn_conf.h.in (renamed from include/crypto/bn_conf.h.in)0
-rw-r--r--thirdparty/crypto/bn_dh.h (renamed from include/crypto/bn_dh.h)0
-rw-r--r--thirdparty/crypto/bn_srp.h (renamed from include/crypto/bn_srp.h)0
-rw-r--r--thirdparty/crypto/bnerr.h (renamed from include/crypto/bnerr.h)0
-rw-r--r--thirdparty/crypto/buffererr.h (renamed from include/crypto/buffererr.h)0
-rw-r--r--thirdparty/crypto/chacha.h (renamed from include/crypto/chacha.h)0
-rw-r--r--thirdparty/crypto/cmll_platform.h (renamed from include/crypto/cmll_platform.h)0
-rw-r--r--thirdparty/crypto/cmperr.h (renamed from include/crypto/cmperr.h)0
-rw-r--r--thirdparty/crypto/cmserr.h (renamed from include/crypto/cmserr.h)0
-rw-r--r--thirdparty/crypto/comperr.h (renamed from include/crypto/comperr.h)0
-rw-r--r--thirdparty/crypto/conferr.h (renamed from include/crypto/conferr.h)0
-rw-r--r--thirdparty/crypto/crmferr.h (renamed from include/crypto/crmferr.h)0
-rw-r--r--thirdparty/crypto/cryptlib.h (renamed from include/crypto/cryptlib.h)0
-rw-r--r--thirdparty/crypto/cryptoerr.h (renamed from include/crypto/cryptoerr.h)0
-rw-r--r--thirdparty/crypto/cterr.h (renamed from include/crypto/cterr.h)0
-rw-r--r--thirdparty/crypto/ctype.h (renamed from include/crypto/ctype.h)0
-rw-r--r--thirdparty/crypto/decoder.h (renamed from include/crypto/decoder.h)0
-rw-r--r--thirdparty/crypto/decodererr.h (renamed from include/crypto/decodererr.h)0
-rw-r--r--thirdparty/crypto/des_platform.h (renamed from include/crypto/des_platform.h)0
-rw-r--r--thirdparty/crypto/dh.h (renamed from include/crypto/dh.h)0
-rw-r--r--thirdparty/crypto/dherr.h (renamed from include/crypto/dherr.h)0
-rw-r--r--thirdparty/crypto/dsa.h (renamed from include/crypto/dsa.h)0
-rw-r--r--thirdparty/crypto/dsaerr.h (renamed from include/crypto/dsaerr.h)0
-rw-r--r--thirdparty/crypto/dso_conf.h (renamed from include/crypto/dso_conf.h)0
-rw-r--r--thirdparty/crypto/dso_conf.h.in (renamed from include/crypto/dso_conf.h.in)0
-rw-r--r--thirdparty/crypto/ec.h (renamed from include/crypto/ec.h)0
-rw-r--r--thirdparty/crypto/ecerr.h (renamed from include/crypto/ecerr.h)0
-rw-r--r--thirdparty/crypto/ecx.h (renamed from include/crypto/ecx.h)0
-rw-r--r--thirdparty/crypto/encoder.h (renamed from include/crypto/encoder.h)0
-rw-r--r--thirdparty/crypto/encodererr.h (renamed from include/crypto/encodererr.h)0
-rw-r--r--thirdparty/crypto/engine.h (renamed from include/crypto/engine.h)0
-rw-r--r--thirdparty/crypto/engineerr.h (renamed from include/crypto/engineerr.h)0
-rw-r--r--thirdparty/crypto/err.h (renamed from include/crypto/err.h)0
-rw-r--r--thirdparty/crypto/ess.h (renamed from include/crypto/ess.h)0
-rw-r--r--thirdparty/crypto/esserr.h (renamed from include/crypto/esserr.h)0
-rw-r--r--thirdparty/crypto/evp.h (renamed from include/crypto/evp.h)0
-rw-r--r--thirdparty/crypto/evperr.h (renamed from include/crypto/evperr.h)0
-rw-r--r--thirdparty/crypto/httperr.h (renamed from include/crypto/httperr.h)0
-rw-r--r--thirdparty/crypto/lhash.h (renamed from include/crypto/lhash.h)0
-rw-r--r--thirdparty/crypto/libcrypto_static.lib (renamed from include/libcrypto_static.lib)bin35832383 -> 35832383 bytes
-rw-r--r--thirdparty/crypto/md32_common.h (renamed from include/crypto/md32_common.h)0
-rw-r--r--thirdparty/crypto/modes.h (renamed from include/crypto/modes.h)0
-rw-r--r--thirdparty/crypto/objects.h (renamed from include/crypto/objects.h)0
-rw-r--r--thirdparty/crypto/objectserr.h (renamed from include/crypto/objectserr.h)0
-rw-r--r--thirdparty/crypto/ocsperr.h (renamed from include/crypto/ocsperr.h)0
-rw-r--r--thirdparty/crypto/pem.h (renamed from include/crypto/pem.h)0
-rw-r--r--thirdparty/crypto/pemerr.h (renamed from include/crypto/pemerr.h)0
-rw-r--r--thirdparty/crypto/pkcs12err.h (renamed from include/crypto/pkcs12err.h)0
-rw-r--r--thirdparty/crypto/pkcs7.h (renamed from include/crypto/pkcs7.h)0
-rw-r--r--thirdparty/crypto/pkcs7err.h (renamed from include/crypto/pkcs7err.h)0
-rw-r--r--thirdparty/crypto/poly1305.h (renamed from include/crypto/poly1305.h)0
-rw-r--r--thirdparty/crypto/ppc_arch.h (renamed from include/crypto/ppc_arch.h)0
-rw-r--r--thirdparty/crypto/punycode.h (renamed from include/crypto/punycode.h)0
-rw-r--r--thirdparty/crypto/rand.h (renamed from include/crypto/rand.h)0
-rw-r--r--thirdparty/crypto/rand_pool.h (renamed from include/crypto/rand_pool.h)0
-rw-r--r--thirdparty/crypto/randerr.h (renamed from include/crypto/randerr.h)0
-rw-r--r--thirdparty/crypto/rsa.h (renamed from include/crypto/rsa.h)0
-rw-r--r--thirdparty/crypto/rsaerr.h (renamed from include/crypto/rsaerr.h)0
-rw-r--r--thirdparty/crypto/security_bits.h (renamed from include/crypto/security_bits.h)0
-rw-r--r--thirdparty/crypto/sha.h (renamed from include/crypto/sha.h)0
-rw-r--r--thirdparty/crypto/siphash.h (renamed from include/crypto/siphash.h)0
-rw-r--r--thirdparty/crypto/siv.h (renamed from include/crypto/siv.h)0
-rw-r--r--thirdparty/crypto/sm2.h (renamed from include/crypto/sm2.h)0
-rw-r--r--thirdparty/crypto/sm2err.h (renamed from include/crypto/sm2err.h)0
-rw-r--r--thirdparty/crypto/sm4.h (renamed from include/crypto/sm4.h)0
-rw-r--r--thirdparty/crypto/sparc_arch.h (renamed from include/crypto/sparc_arch.h)0
-rw-r--r--thirdparty/crypto/sparse_array.h (renamed from include/crypto/sparse_array.h)0
-rw-r--r--thirdparty/crypto/store.h (renamed from include/crypto/store.h)0
-rw-r--r--thirdparty/crypto/storeerr.h (renamed from include/crypto/storeerr.h)0
-rw-r--r--thirdparty/crypto/tserr.h (renamed from include/crypto/tserr.h)0
-rw-r--r--thirdparty/crypto/types.h (renamed from include/crypto/types.h)0
-rw-r--r--thirdparty/crypto/uierr.h (renamed from include/crypto/uierr.h)0
-rw-r--r--thirdparty/crypto/x509.h (renamed from include/crypto/x509.h)0
-rw-r--r--thirdparty/crypto/x509err.h (renamed from include/crypto/x509err.h)0
-rw-r--r--thirdparty/crypto/x509v3err.h (renamed from include/crypto/x509v3err.h)0
-rw-r--r--thirdparty/internal/__DECC_INCLUDE_EPILOGUE.H (renamed from include/internal/__DECC_INCLUDE_EPILOGUE.H)0
-rw-r--r--thirdparty/internal/__DECC_INCLUDE_PROLOGUE.H (renamed from include/internal/__DECC_INCLUDE_PROLOGUE.H)0
-rw-r--r--thirdparty/internal/asn1.h (renamed from include/internal/asn1.h)0
-rw-r--r--thirdparty/internal/bio.h (renamed from include/internal/bio.h)0
-rw-r--r--thirdparty/internal/comp.h (renamed from include/internal/comp.h)0
-rw-r--r--thirdparty/internal/conf.h (renamed from include/internal/conf.h)0
-rw-r--r--thirdparty/internal/constant_time.h (renamed from include/internal/constant_time.h)0
-rw-r--r--thirdparty/internal/core.h (renamed from include/internal/core.h)0
-rw-r--r--thirdparty/internal/cryptlib.h (renamed from include/internal/cryptlib.h)0
-rw-r--r--thirdparty/internal/dane.h (renamed from include/internal/dane.h)0
-rw-r--r--thirdparty/internal/deprecated.h (renamed from include/internal/deprecated.h)0
-rw-r--r--thirdparty/internal/der.h (renamed from include/internal/der.h)0
-rw-r--r--thirdparty/internal/dso.h (renamed from include/internal/dso.h)0
-rw-r--r--thirdparty/internal/dsoerr.h (renamed from include/internal/dsoerr.h)0
-rw-r--r--thirdparty/internal/endian.h (renamed from include/internal/endian.h)0
-rw-r--r--thirdparty/internal/err.h (renamed from include/internal/err.h)0
-rw-r--r--thirdparty/internal/ffc.h (renamed from include/internal/ffc.h)0
-rw-r--r--thirdparty/internal/ktls.h (renamed from include/internal/ktls.h)0
-rw-r--r--thirdparty/internal/namemap.h (renamed from include/internal/namemap.h)0
-rw-r--r--thirdparty/internal/nelem.h (renamed from include/internal/nelem.h)0
-rw-r--r--thirdparty/internal/numbers.h (renamed from include/internal/numbers.h)0
-rw-r--r--thirdparty/internal/o_dir.h (renamed from include/internal/o_dir.h)0
-rw-r--r--thirdparty/internal/packet.h (renamed from include/internal/packet.h)0
-rw-r--r--thirdparty/internal/param_build_set.h (renamed from include/internal/param_build_set.h)0
-rw-r--r--thirdparty/internal/passphrase.h (renamed from include/internal/passphrase.h)0
-rw-r--r--thirdparty/internal/property.h (renamed from include/internal/property.h)0
-rw-r--r--thirdparty/internal/propertyerr.h (renamed from include/internal/propertyerr.h)0
-rw-r--r--thirdparty/internal/provider.h (renamed from include/internal/provider.h)0
-rw-r--r--thirdparty/internal/refcount.h (renamed from include/internal/refcount.h)0
-rw-r--r--thirdparty/internal/sha3.h (renamed from include/internal/sha3.h)0
-rw-r--r--thirdparty/internal/sizes.h (renamed from include/internal/sizes.h)0
-rw-r--r--thirdparty/internal/sm3.h (renamed from include/internal/sm3.h)0
-rw-r--r--thirdparty/internal/sockets.h (renamed from include/internal/sockets.h)0
-rw-r--r--thirdparty/internal/sslconf.h (renamed from include/internal/sslconf.h)0
-rw-r--r--thirdparty/internal/symhacks.h (renamed from include/internal/symhacks.h)0
-rw-r--r--thirdparty/internal/thread_once.h (renamed from include/internal/thread_once.h)0
-rw-r--r--thirdparty/internal/tlsgroups.h (renamed from include/internal/tlsgroups.h)0
-rw-r--r--thirdparty/internal/tsan_assist.h (renamed from include/internal/tsan_assist.h)0
-rw-r--r--thirdparty/internal/unicode.h (renamed from include/internal/unicode.h)0
-rw-r--r--thirdparty/libcurl/include/curl/curl.h (renamed from include/libcurl/include/curl/curl.h)0
-rw-r--r--thirdparty/libcurl/include/curl/curlver.h (renamed from include/libcurl/include/curl/curlver.h)0
-rw-r--r--thirdparty/libcurl/include/curl/easy.h (renamed from include/libcurl/include/curl/easy.h)0
-rw-r--r--thirdparty/libcurl/include/curl/mprintf.h (renamed from include/libcurl/include/curl/mprintf.h)0
-rw-r--r--thirdparty/libcurl/include/curl/multi.h (renamed from include/libcurl/include/curl/multi.h)0
-rw-r--r--thirdparty/libcurl/include/curl/options.h (renamed from include/libcurl/include/curl/options.h)0
-rw-r--r--thirdparty/libcurl/include/curl/stdcheaders.h (renamed from include/libcurl/include/curl/stdcheaders.h)0
-rw-r--r--thirdparty/libcurl/include/curl/system.h (renamed from include/libcurl/include/curl/system.h)0
-rw-r--r--thirdparty/libcurl/include/curl/typecheck-gcc.h (renamed from include/libcurl/include/curl/typecheck-gcc.h)0
-rw-r--r--thirdparty/libcurl/include/curl/urlapi.h (renamed from include/libcurl/include/curl/urlapi.h)0
-rw-r--r--thirdparty/libcurl/lib/libcurl_a.lib (renamed from include/libcurl/lib/libcurl_a.lib)bin2140641 -> 2140641 bytes
-rw-r--r--thirdparty/minhook/MinHook.h (renamed from include/MinHook.h)0
-rw-r--r--thirdparty/minhook/MinHook.x64.lib (renamed from include/MinHook.x64.lib)bin32401 -> 32401 bytes
-rw-r--r--thirdparty/openssl/__DECC_INCLUDE_EPILOGUE.H (renamed from include/openssl/__DECC_INCLUDE_EPILOGUE.H)0
-rw-r--r--thirdparty/openssl/__DECC_INCLUDE_PROLOGUE.H (renamed from include/openssl/__DECC_INCLUDE_PROLOGUE.H)0
-rw-r--r--thirdparty/openssl/aes.h (renamed from include/openssl/aes.h)0
-rw-r--r--thirdparty/openssl/asn1.h (renamed from include/openssl/asn1.h)0
-rw-r--r--thirdparty/openssl/asn1.h.in (renamed from include/openssl/asn1.h.in)0
-rw-r--r--thirdparty/openssl/asn1_mac.h (renamed from include/openssl/asn1_mac.h)0
-rw-r--r--thirdparty/openssl/asn1err.h (renamed from include/openssl/asn1err.h)0
-rw-r--r--thirdparty/openssl/asn1t.h (renamed from include/openssl/asn1t.h)0
-rw-r--r--thirdparty/openssl/asn1t.h.in (renamed from include/openssl/asn1t.h.in)0
-rw-r--r--thirdparty/openssl/async.h (renamed from include/openssl/async.h)0
-rw-r--r--thirdparty/openssl/asyncerr.h (renamed from include/openssl/asyncerr.h)0
-rw-r--r--thirdparty/openssl/bio.h (renamed from include/openssl/bio.h)0
-rw-r--r--thirdparty/openssl/bio.h.in (renamed from include/openssl/bio.h.in)0
-rw-r--r--thirdparty/openssl/bioerr.h (renamed from include/openssl/bioerr.h)0
-rw-r--r--thirdparty/openssl/blowfish.h (renamed from include/openssl/blowfish.h)0
-rw-r--r--thirdparty/openssl/bn.h (renamed from include/openssl/bn.h)0
-rw-r--r--thirdparty/openssl/bnerr.h (renamed from include/openssl/bnerr.h)0
-rw-r--r--thirdparty/openssl/buffer.h (renamed from include/openssl/buffer.h)0
-rw-r--r--thirdparty/openssl/buffererr.h (renamed from include/openssl/buffererr.h)0
-rw-r--r--thirdparty/openssl/camellia.h (renamed from include/openssl/camellia.h)0
-rw-r--r--thirdparty/openssl/cast.h (renamed from include/openssl/cast.h)0
-rw-r--r--thirdparty/openssl/cmac.h (renamed from include/openssl/cmac.h)0
-rw-r--r--thirdparty/openssl/cmp.h (renamed from include/openssl/cmp.h)0
-rw-r--r--thirdparty/openssl/cmp.h.in (renamed from include/openssl/cmp.h.in)0
-rw-r--r--thirdparty/openssl/cmp_util.h (renamed from include/openssl/cmp_util.h)0
-rw-r--r--thirdparty/openssl/cmperr.h (renamed from include/openssl/cmperr.h)0
-rw-r--r--thirdparty/openssl/cms.h (renamed from include/openssl/cms.h)0
-rw-r--r--thirdparty/openssl/cms.h.in (renamed from include/openssl/cms.h.in)0
-rw-r--r--thirdparty/openssl/cmserr.h (renamed from include/openssl/cmserr.h)0
-rw-r--r--thirdparty/openssl/comp.h (renamed from include/openssl/comp.h)0
-rw-r--r--thirdparty/openssl/comperr.h (renamed from include/openssl/comperr.h)0
-rw-r--r--thirdparty/openssl/conf.h (renamed from include/openssl/conf.h)0
-rw-r--r--thirdparty/openssl/conf.h.in (renamed from include/openssl/conf.h.in)0
-rw-r--r--thirdparty/openssl/conf_api.h (renamed from include/openssl/conf_api.h)0
-rw-r--r--thirdparty/openssl/conferr.h (renamed from include/openssl/conferr.h)0
-rw-r--r--thirdparty/openssl/configuration.h (renamed from include/openssl/configuration.h)0
-rw-r--r--thirdparty/openssl/configuration.h.in (renamed from include/openssl/configuration.h.in)0
-rw-r--r--thirdparty/openssl/conftypes.h (renamed from include/openssl/conftypes.h)0
-rw-r--r--thirdparty/openssl/core.h (renamed from include/openssl/core.h)0
-rw-r--r--thirdparty/openssl/core_dispatch.h (renamed from include/openssl/core_dispatch.h)0
-rw-r--r--thirdparty/openssl/core_names.h (renamed from include/openssl/core_names.h)0
-rw-r--r--thirdparty/openssl/core_object.h (renamed from include/openssl/core_object.h)0
-rw-r--r--thirdparty/openssl/crmf.h (renamed from include/openssl/crmf.h)0
-rw-r--r--thirdparty/openssl/crmf.h.in (renamed from include/openssl/crmf.h.in)0
-rw-r--r--thirdparty/openssl/crmferr.h (renamed from include/openssl/crmferr.h)0
-rw-r--r--thirdparty/openssl/crypto.h (renamed from include/openssl/crypto.h)0
-rw-r--r--thirdparty/openssl/crypto.h.in (renamed from include/openssl/crypto.h.in)0
-rw-r--r--thirdparty/openssl/cryptoerr.h (renamed from include/openssl/cryptoerr.h)0
-rw-r--r--thirdparty/openssl/cryptoerr_legacy.h (renamed from include/openssl/cryptoerr_legacy.h)0
-rw-r--r--thirdparty/openssl/ct.h (renamed from include/openssl/ct.h)0
-rw-r--r--thirdparty/openssl/ct.h.in (renamed from include/openssl/ct.h.in)0
-rw-r--r--thirdparty/openssl/cterr.h (renamed from include/openssl/cterr.h)0
-rw-r--r--thirdparty/openssl/decoder.h (renamed from include/openssl/decoder.h)0
-rw-r--r--thirdparty/openssl/decodererr.h (renamed from include/openssl/decodererr.h)0
-rw-r--r--thirdparty/openssl/des.h (renamed from include/openssl/des.h)0
-rw-r--r--thirdparty/openssl/dh.h (renamed from include/openssl/dh.h)0
-rw-r--r--thirdparty/openssl/dherr.h (renamed from include/openssl/dherr.h)0
-rw-r--r--thirdparty/openssl/dsa.h (renamed from include/openssl/dsa.h)0
-rw-r--r--thirdparty/openssl/dsaerr.h (renamed from include/openssl/dsaerr.h)0
-rw-r--r--thirdparty/openssl/dtls1.h (renamed from include/openssl/dtls1.h)0
-rw-r--r--thirdparty/openssl/e_os2.h (renamed from include/openssl/e_os2.h)0
-rw-r--r--thirdparty/openssl/ebcdic.h (renamed from include/openssl/ebcdic.h)0
-rw-r--r--thirdparty/openssl/ec.h (renamed from include/openssl/ec.h)0
-rw-r--r--thirdparty/openssl/ecdh.h (renamed from include/openssl/ecdh.h)0
-rw-r--r--thirdparty/openssl/ecdsa.h (renamed from include/openssl/ecdsa.h)0
-rw-r--r--thirdparty/openssl/ecerr.h (renamed from include/openssl/ecerr.h)0
-rw-r--r--thirdparty/openssl/encoder.h (renamed from include/openssl/encoder.h)0
-rw-r--r--thirdparty/openssl/encodererr.h (renamed from include/openssl/encodererr.h)0
-rw-r--r--thirdparty/openssl/engine.h (renamed from include/openssl/engine.h)0
-rw-r--r--thirdparty/openssl/engineerr.h (renamed from include/openssl/engineerr.h)0
-rw-r--r--thirdparty/openssl/err.h (renamed from include/openssl/err.h)0
-rw-r--r--thirdparty/openssl/err.h.in (renamed from include/openssl/err.h.in)0
-rw-r--r--thirdparty/openssl/ess.h (renamed from include/openssl/ess.h)0
-rw-r--r--thirdparty/openssl/ess.h.in (renamed from include/openssl/ess.h.in)0
-rw-r--r--thirdparty/openssl/esserr.h (renamed from include/openssl/esserr.h)0
-rw-r--r--thirdparty/openssl/evp.h (renamed from include/openssl/evp.h)0
-rw-r--r--thirdparty/openssl/evperr.h (renamed from include/openssl/evperr.h)0
-rw-r--r--thirdparty/openssl/fips_names.h (renamed from include/openssl/fips_names.h)0
-rw-r--r--thirdparty/openssl/fipskey.h (renamed from include/openssl/fipskey.h)0
-rw-r--r--thirdparty/openssl/fipskey.h.in (renamed from include/openssl/fipskey.h.in)0
-rw-r--r--thirdparty/openssl/hmac.h (renamed from include/openssl/hmac.h)0
-rw-r--r--thirdparty/openssl/http.h (renamed from include/openssl/http.h)0
-rw-r--r--thirdparty/openssl/httperr.h (renamed from include/openssl/httperr.h)0
-rw-r--r--thirdparty/openssl/idea.h (renamed from include/openssl/idea.h)0
-rw-r--r--thirdparty/openssl/kdf.h (renamed from include/openssl/kdf.h)0
-rw-r--r--thirdparty/openssl/kdferr.h (renamed from include/openssl/kdferr.h)0
-rw-r--r--thirdparty/openssl/lhash.h (renamed from include/openssl/lhash.h)0
-rw-r--r--thirdparty/openssl/lhash.h.in (renamed from include/openssl/lhash.h.in)0
-rw-r--r--thirdparty/openssl/libssl_static.lib (renamed from include/libssl_static.lib)bin4851209 -> 4851209 bytes
-rw-r--r--thirdparty/openssl/macros.h (renamed from include/openssl/macros.h)0
-rw-r--r--thirdparty/openssl/md2.h (renamed from include/openssl/md2.h)0
-rw-r--r--thirdparty/openssl/md4.h (renamed from include/openssl/md4.h)0
-rw-r--r--thirdparty/openssl/md5.h (renamed from include/openssl/md5.h)0
-rw-r--r--thirdparty/openssl/mdc2.h (renamed from include/openssl/mdc2.h)0
-rw-r--r--thirdparty/openssl/modes.h (renamed from include/openssl/modes.h)0
-rw-r--r--thirdparty/openssl/obj_mac.h (renamed from include/openssl/obj_mac.h)0
-rw-r--r--thirdparty/openssl/objects.h (renamed from include/openssl/objects.h)0
-rw-r--r--thirdparty/openssl/objectserr.h (renamed from include/openssl/objectserr.h)0
-rw-r--r--thirdparty/openssl/ocsp.h (renamed from include/openssl/ocsp.h)0
-rw-r--r--thirdparty/openssl/ocsp.h.in (renamed from include/openssl/ocsp.h.in)0
-rw-r--r--thirdparty/openssl/ocsperr.h (renamed from include/openssl/ocsperr.h)0
-rw-r--r--thirdparty/openssl/opensslconf.h (renamed from include/openssl/opensslconf.h)0
-rw-r--r--thirdparty/openssl/opensslv.h (renamed from include/openssl/opensslv.h)0
-rw-r--r--thirdparty/openssl/opensslv.h.in (renamed from include/openssl/opensslv.h.in)0
-rw-r--r--thirdparty/openssl/ossl_typ.h (renamed from include/openssl/ossl_typ.h)0
-rw-r--r--thirdparty/openssl/param_build.h (renamed from include/openssl/param_build.h)0
-rw-r--r--thirdparty/openssl/params.h (renamed from include/openssl/params.h)0
-rw-r--r--thirdparty/openssl/pem.h (renamed from include/openssl/pem.h)0
-rw-r--r--thirdparty/openssl/pem2.h (renamed from include/openssl/pem2.h)0
-rw-r--r--thirdparty/openssl/pemerr.h (renamed from include/openssl/pemerr.h)0
-rw-r--r--thirdparty/openssl/pkcs12.h (renamed from include/openssl/pkcs12.h)0
-rw-r--r--thirdparty/openssl/pkcs12.h.in (renamed from include/openssl/pkcs12.h.in)0
-rw-r--r--thirdparty/openssl/pkcs12err.h (renamed from include/openssl/pkcs12err.h)0
-rw-r--r--thirdparty/openssl/pkcs7.h (renamed from include/openssl/pkcs7.h)0
-rw-r--r--thirdparty/openssl/pkcs7.h.in (renamed from include/openssl/pkcs7.h.in)0
-rw-r--r--thirdparty/openssl/pkcs7err.h (renamed from include/openssl/pkcs7err.h)0
-rw-r--r--thirdparty/openssl/prov_ssl.h (renamed from include/openssl/prov_ssl.h)0
-rw-r--r--thirdparty/openssl/proverr.h (renamed from include/openssl/proverr.h)0
-rw-r--r--thirdparty/openssl/provider.h (renamed from include/openssl/provider.h)0
-rw-r--r--thirdparty/openssl/rand.h (renamed from include/openssl/rand.h)0
-rw-r--r--thirdparty/openssl/randerr.h (renamed from include/openssl/randerr.h)0
-rw-r--r--thirdparty/openssl/rc2.h (renamed from include/openssl/rc2.h)0
-rw-r--r--thirdparty/openssl/rc4.h (renamed from include/openssl/rc4.h)0
-rw-r--r--thirdparty/openssl/rc5.h (renamed from include/openssl/rc5.h)0
-rw-r--r--thirdparty/openssl/ripemd.h (renamed from include/openssl/ripemd.h)0
-rw-r--r--thirdparty/openssl/rsa.h (renamed from include/openssl/rsa.h)0
-rw-r--r--thirdparty/openssl/rsaerr.h (renamed from include/openssl/rsaerr.h)0
-rw-r--r--thirdparty/openssl/safestack.h (renamed from include/openssl/safestack.h)0
-rw-r--r--thirdparty/openssl/safestack.h.in (renamed from include/openssl/safestack.h.in)0
-rw-r--r--thirdparty/openssl/seed.h (renamed from include/openssl/seed.h)0
-rw-r--r--thirdparty/openssl/self_test.h (renamed from include/openssl/self_test.h)0
-rw-r--r--thirdparty/openssl/sha.h (renamed from include/openssl/sha.h)0
-rw-r--r--thirdparty/openssl/srp.h (renamed from include/openssl/srp.h)0
-rw-r--r--thirdparty/openssl/srp.h.in (renamed from include/openssl/srp.h.in)0
-rw-r--r--thirdparty/openssl/srtp.h (renamed from include/openssl/srtp.h)0
-rw-r--r--thirdparty/openssl/ssl.h (renamed from include/openssl/ssl.h)0
-rw-r--r--thirdparty/openssl/ssl.h.in (renamed from include/openssl/ssl.h.in)0
-rw-r--r--thirdparty/openssl/ssl2.h (renamed from include/openssl/ssl2.h)0
-rw-r--r--thirdparty/openssl/ssl3.h (renamed from include/openssl/ssl3.h)0
-rw-r--r--thirdparty/openssl/sslerr.h (renamed from include/openssl/sslerr.h)0
-rw-r--r--thirdparty/openssl/sslerr_legacy.h (renamed from include/openssl/sslerr_legacy.h)0
-rw-r--r--thirdparty/openssl/stack.h (renamed from include/openssl/stack.h)0
-rw-r--r--thirdparty/openssl/store.h (renamed from include/openssl/store.h)0
-rw-r--r--thirdparty/openssl/storeerr.h (renamed from include/openssl/storeerr.h)0
-rw-r--r--thirdparty/openssl/symhacks.h (renamed from include/openssl/symhacks.h)0
-rw-r--r--thirdparty/openssl/tls1.h (renamed from include/openssl/tls1.h)0
-rw-r--r--thirdparty/openssl/trace.h (renamed from include/openssl/trace.h)0
-rw-r--r--thirdparty/openssl/ts.h (renamed from include/openssl/ts.h)0
-rw-r--r--thirdparty/openssl/tserr.h (renamed from include/openssl/tserr.h)0
-rw-r--r--thirdparty/openssl/txt_db.h (renamed from include/openssl/txt_db.h)0
-rw-r--r--thirdparty/openssl/types.h (renamed from include/openssl/types.h)0
-rw-r--r--thirdparty/openssl/ui.h (renamed from include/openssl/ui.h)0
-rw-r--r--thirdparty/openssl/ui.h.in (renamed from include/openssl/ui.h.in)0
-rw-r--r--thirdparty/openssl/uierr.h (renamed from include/openssl/uierr.h)0
-rw-r--r--thirdparty/openssl/whrlpool.h (renamed from include/openssl/whrlpool.h)0
-rw-r--r--thirdparty/openssl/x509.h (renamed from include/openssl/x509.h)0
-rw-r--r--thirdparty/openssl/x509.h.in (renamed from include/openssl/x509.h.in)0
-rw-r--r--thirdparty/openssl/x509_vfy.h (renamed from include/openssl/x509_vfy.h)0
-rw-r--r--thirdparty/openssl/x509_vfy.h.in (renamed from include/openssl/x509_vfy.h.in)0
-rw-r--r--thirdparty/openssl/x509err.h (renamed from include/openssl/x509err.h)0
-rw-r--r--thirdparty/openssl/x509v3.h (renamed from include/openssl/x509v3.h)0
-rw-r--r--thirdparty/openssl/x509v3.h.in (renamed from include/openssl/x509v3.h.in)0
-rw-r--r--thirdparty/openssl/x509v3err.h (renamed from include/openssl/x509v3err.h)0
-rw-r--r--thirdparty/rapidjson/allocators.h (renamed from include/rapidjson/allocators.h)0
-rw-r--r--thirdparty/rapidjson/document.h (renamed from include/rapidjson/document.h)0
-rw-r--r--thirdparty/rapidjson/encodedstream.h (renamed from include/rapidjson/encodedstream.h)0
-rw-r--r--thirdparty/rapidjson/encodings.h (renamed from include/rapidjson/encodings.h)0
-rw-r--r--thirdparty/rapidjson/error/en.h (renamed from include/rapidjson/error/en.h)0
-rw-r--r--thirdparty/rapidjson/error/error.h (renamed from include/rapidjson/error/error.h)0
-rw-r--r--thirdparty/rapidjson/filereadstream.h (renamed from include/rapidjson/filereadstream.h)0
-rw-r--r--thirdparty/rapidjson/filewritestream.h (renamed from include/rapidjson/filewritestream.h)0
-rw-r--r--thirdparty/rapidjson/fwd.h (renamed from include/rapidjson/fwd.h)0
-rw-r--r--thirdparty/rapidjson/internal/biginteger.h (renamed from include/rapidjson/internal/biginteger.h)0
-rw-r--r--thirdparty/rapidjson/internal/diyfp.h (renamed from include/rapidjson/internal/diyfp.h)0
-rw-r--r--thirdparty/rapidjson/internal/dtoa.h (renamed from include/rapidjson/internal/dtoa.h)0
-rw-r--r--thirdparty/rapidjson/internal/ieee754.h (renamed from include/rapidjson/internal/ieee754.h)0
-rw-r--r--thirdparty/rapidjson/internal/itoa.h (renamed from include/rapidjson/internal/itoa.h)0
-rw-r--r--thirdparty/rapidjson/internal/meta.h (renamed from include/rapidjson/internal/meta.h)0
-rw-r--r--thirdparty/rapidjson/internal/pow10.h (renamed from include/rapidjson/internal/pow10.h)0
-rw-r--r--thirdparty/rapidjson/internal/regex.h (renamed from include/rapidjson/internal/regex.h)0
-rw-r--r--thirdparty/rapidjson/internal/stack.h (renamed from include/rapidjson/internal/stack.h)0
-rw-r--r--thirdparty/rapidjson/internal/strfunc.h (renamed from include/rapidjson/internal/strfunc.h)0
-rw-r--r--thirdparty/rapidjson/internal/strtod.h (renamed from include/rapidjson/internal/strtod.h)0
-rw-r--r--thirdparty/rapidjson/internal/swap.h (renamed from include/rapidjson/internal/swap.h)0
-rw-r--r--thirdparty/rapidjson/istreamwrapper.h (renamed from include/rapidjson/istreamwrapper.h)0
-rw-r--r--thirdparty/rapidjson/memorybuffer.h (renamed from include/rapidjson/memorybuffer.h)0
-rw-r--r--thirdparty/rapidjson/memorystream.h (renamed from include/rapidjson/memorystream.h)0
-rw-r--r--thirdparty/rapidjson/msinttypes/inttypes.h (renamed from include/rapidjson/msinttypes/inttypes.h)0
-rw-r--r--thirdparty/rapidjson/msinttypes/stdint.h (renamed from include/rapidjson/msinttypes/stdint.h)0
-rw-r--r--thirdparty/rapidjson/ostreamwrapper.h (renamed from include/rapidjson/ostreamwrapper.h)0
-rw-r--r--thirdparty/rapidjson/pointer.h (renamed from include/rapidjson/pointer.h)0
-rw-r--r--thirdparty/rapidjson/prettywriter.h (renamed from include/rapidjson/prettywriter.h)0
-rw-r--r--thirdparty/rapidjson/rapidjson.h (renamed from include/rapidjson/rapidjson.h)0
-rw-r--r--thirdparty/rapidjson/reader.h (renamed from include/rapidjson/reader.h)0
-rw-r--r--thirdparty/rapidjson/schema.h (renamed from include/rapidjson/schema.h)0
-rw-r--r--thirdparty/rapidjson/stream.h (renamed from include/rapidjson/stream.h)0
-rw-r--r--thirdparty/rapidjson/stringbuffer.h (renamed from include/rapidjson/stringbuffer.h)0
-rw-r--r--thirdparty/rapidjson/writer.h (renamed from include/rapidjson/writer.h)0
-rw-r--r--thirdparty/spdlog/async.h (renamed from include/spdlog/async.h)0
-rw-r--r--thirdparty/spdlog/async_logger-inl.h (renamed from include/spdlog/async_logger-inl.h)0
-rw-r--r--thirdparty/spdlog/async_logger.h (renamed from include/spdlog/async_logger.h)0
-rw-r--r--thirdparty/spdlog/cfg/argv.h (renamed from include/spdlog/cfg/argv.h)0
-rw-r--r--thirdparty/spdlog/cfg/env.h (renamed from include/spdlog/cfg/env.h)0
-rw-r--r--thirdparty/spdlog/cfg/helpers-inl.h (renamed from include/spdlog/cfg/helpers-inl.h)0
-rw-r--r--thirdparty/spdlog/cfg/helpers.h (renamed from include/spdlog/cfg/helpers.h)0
-rw-r--r--thirdparty/spdlog/common-inl.h (renamed from include/spdlog/common-inl.h)0
-rw-r--r--thirdparty/spdlog/common.h (renamed from include/spdlog/common.h)0
-rw-r--r--thirdparty/spdlog/details/backtracer-inl.h (renamed from include/spdlog/details/backtracer-inl.h)0
-rw-r--r--thirdparty/spdlog/details/backtracer.h (renamed from include/spdlog/details/backtracer.h)0
-rw-r--r--thirdparty/spdlog/details/circular_q.h (renamed from include/spdlog/details/circular_q.h)0
-rw-r--r--thirdparty/spdlog/details/console_globals.h (renamed from include/spdlog/details/console_globals.h)0
-rw-r--r--thirdparty/spdlog/details/file_helper-inl.h (renamed from include/spdlog/details/file_helper-inl.h)0
-rw-r--r--thirdparty/spdlog/details/file_helper.h (renamed from include/spdlog/details/file_helper.h)0
-rw-r--r--thirdparty/spdlog/details/fmt_helper.h (renamed from include/spdlog/details/fmt_helper.h)0
-rw-r--r--thirdparty/spdlog/details/log_msg-inl.h (renamed from include/spdlog/details/log_msg-inl.h)0
-rw-r--r--thirdparty/spdlog/details/log_msg.h (renamed from include/spdlog/details/log_msg.h)0
-rw-r--r--thirdparty/spdlog/details/log_msg_buffer-inl.h (renamed from include/spdlog/details/log_msg_buffer-inl.h)0
-rw-r--r--thirdparty/spdlog/details/log_msg_buffer.h (renamed from include/spdlog/details/log_msg_buffer.h)0
-rw-r--r--thirdparty/spdlog/details/mpmc_blocking_q.h (renamed from include/spdlog/details/mpmc_blocking_q.h)0
-rw-r--r--thirdparty/spdlog/details/null_mutex.h (renamed from include/spdlog/details/null_mutex.h)0
-rw-r--r--thirdparty/spdlog/details/os-inl.h (renamed from include/spdlog/details/os-inl.h)0
-rw-r--r--thirdparty/spdlog/details/os.h (renamed from include/spdlog/details/os.h)0
-rw-r--r--thirdparty/spdlog/details/periodic_worker-inl.h (renamed from include/spdlog/details/periodic_worker-inl.h)0
-rw-r--r--thirdparty/spdlog/details/periodic_worker.h (renamed from include/spdlog/details/periodic_worker.h)0
-rw-r--r--thirdparty/spdlog/details/registry-inl.h (renamed from include/spdlog/details/registry-inl.h)0
-rw-r--r--thirdparty/spdlog/details/registry.h (renamed from include/spdlog/details/registry.h)0
-rw-r--r--thirdparty/spdlog/details/synchronous_factory.h (renamed from include/spdlog/details/synchronous_factory.h)0
-rw-r--r--thirdparty/spdlog/details/tcp_client-windows.h (renamed from include/spdlog/details/tcp_client-windows.h)0
-rw-r--r--thirdparty/spdlog/details/tcp_client.h (renamed from include/spdlog/details/tcp_client.h)0
-rw-r--r--thirdparty/spdlog/details/thread_pool-inl.h (renamed from include/spdlog/details/thread_pool-inl.h)0
-rw-r--r--thirdparty/spdlog/details/thread_pool.h (renamed from include/spdlog/details/thread_pool.h)0
-rw-r--r--thirdparty/spdlog/details/windows_include.h (renamed from include/spdlog/details/windows_include.h)0
-rw-r--r--thirdparty/spdlog/fmt/bin_to_hex.h (renamed from include/spdlog/fmt/bin_to_hex.h)0
-rw-r--r--thirdparty/spdlog/fmt/bundled/LICENSE.rst (renamed from include/spdlog/fmt/bundled/LICENSE.rst)0
-rw-r--r--thirdparty/spdlog/fmt/bundled/chrono.h (renamed from include/spdlog/fmt/bundled/chrono.h)0
-rw-r--r--thirdparty/spdlog/fmt/bundled/color.h (renamed from include/spdlog/fmt/bundled/color.h)0
-rw-r--r--thirdparty/spdlog/fmt/bundled/compile.h (renamed from include/spdlog/fmt/bundled/compile.h)0
-rw-r--r--thirdparty/spdlog/fmt/bundled/core.h (renamed from include/spdlog/fmt/bundled/core.h)0
-rw-r--r--thirdparty/spdlog/fmt/bundled/format-inl.h (renamed from include/spdlog/fmt/bundled/format-inl.h)0
-rw-r--r--thirdparty/spdlog/fmt/bundled/format.h (renamed from include/spdlog/fmt/bundled/format.h)0
-rw-r--r--thirdparty/spdlog/fmt/bundled/locale.h (renamed from include/spdlog/fmt/bundled/locale.h)0
-rw-r--r--thirdparty/spdlog/fmt/bundled/os.h (renamed from include/spdlog/fmt/bundled/os.h)0
-rw-r--r--thirdparty/spdlog/fmt/bundled/ostream.h (renamed from include/spdlog/fmt/bundled/ostream.h)0
-rw-r--r--thirdparty/spdlog/fmt/bundled/posix.h (renamed from include/spdlog/fmt/bundled/posix.h)0
-rw-r--r--thirdparty/spdlog/fmt/bundled/printf.h (renamed from include/spdlog/fmt/bundled/printf.h)0
-rw-r--r--thirdparty/spdlog/fmt/bundled/ranges.h (renamed from include/spdlog/fmt/bundled/ranges.h)0
-rw-r--r--thirdparty/spdlog/fmt/chrono.h (renamed from include/spdlog/fmt/chrono.h)0
-rw-r--r--thirdparty/spdlog/fmt/fmt.h (renamed from include/spdlog/fmt/fmt.h)0
-rw-r--r--thirdparty/spdlog/fmt/ostr.h (renamed from include/spdlog/fmt/ostr.h)0
-rw-r--r--thirdparty/spdlog/formatter.h (renamed from include/spdlog/formatter.h)0
-rw-r--r--thirdparty/spdlog/fwd.h (renamed from include/spdlog/fwd.h)0
-rw-r--r--thirdparty/spdlog/logger-inl.h (renamed from include/spdlog/logger-inl.h)0
-rw-r--r--thirdparty/spdlog/logger.h (renamed from include/spdlog/logger.h)0
-rw-r--r--thirdparty/spdlog/pattern_formatter-inl.h (renamed from include/spdlog/pattern_formatter-inl.h)0
-rw-r--r--thirdparty/spdlog/pattern_formatter.h (renamed from include/spdlog/pattern_formatter.h)0
-rw-r--r--thirdparty/spdlog/sinks/android_sink.h (renamed from include/spdlog/sinks/android_sink.h)0
-rw-r--r--thirdparty/spdlog/sinks/ansicolor_sink-inl.h (renamed from include/spdlog/sinks/ansicolor_sink-inl.h)0
-rw-r--r--thirdparty/spdlog/sinks/ansicolor_sink.h (renamed from include/spdlog/sinks/ansicolor_sink.h)0
-rw-r--r--thirdparty/spdlog/sinks/base_sink-inl.h (renamed from include/spdlog/sinks/base_sink-inl.h)0
-rw-r--r--thirdparty/spdlog/sinks/base_sink.h (renamed from include/spdlog/sinks/base_sink.h)0
-rw-r--r--thirdparty/spdlog/sinks/basic_file_sink-inl.h (renamed from include/spdlog/sinks/basic_file_sink-inl.h)0
-rw-r--r--thirdparty/spdlog/sinks/basic_file_sink.h (renamed from include/spdlog/sinks/basic_file_sink.h)0
-rw-r--r--thirdparty/spdlog/sinks/daily_file_sink.h (renamed from include/spdlog/sinks/daily_file_sink.h)0
-rw-r--r--thirdparty/spdlog/sinks/dist_sink.h (renamed from include/spdlog/sinks/dist_sink.h)0
-rw-r--r--thirdparty/spdlog/sinks/dup_filter_sink.h (renamed from include/spdlog/sinks/dup_filter_sink.h)0
-rw-r--r--thirdparty/spdlog/sinks/hourly_file_sink.h (renamed from include/spdlog/sinks/hourly_file_sink.h)0
-rw-r--r--thirdparty/spdlog/sinks/msvc_sink.h (renamed from include/spdlog/sinks/msvc_sink.h)0
-rw-r--r--thirdparty/spdlog/sinks/null_sink.h (renamed from include/spdlog/sinks/null_sink.h)0
-rw-r--r--thirdparty/spdlog/sinks/ostream_sink.h (renamed from include/spdlog/sinks/ostream_sink.h)0
-rw-r--r--thirdparty/spdlog/sinks/ringbuffer_sink.h (renamed from include/spdlog/sinks/ringbuffer_sink.h)0
-rw-r--r--thirdparty/spdlog/sinks/rotating_file_sink-inl.h (renamed from include/spdlog/sinks/rotating_file_sink-inl.h)0
-rw-r--r--thirdparty/spdlog/sinks/rotating_file_sink.h (renamed from include/spdlog/sinks/rotating_file_sink.h)0
-rw-r--r--thirdparty/spdlog/sinks/sink-inl.h (renamed from include/spdlog/sinks/sink-inl.h)0
-rw-r--r--thirdparty/spdlog/sinks/sink.h (renamed from include/spdlog/sinks/sink.h)0
-rw-r--r--thirdparty/spdlog/sinks/stdout_color_sinks-inl.h (renamed from include/spdlog/sinks/stdout_color_sinks-inl.h)0
-rw-r--r--thirdparty/spdlog/sinks/stdout_color_sinks.h (renamed from include/spdlog/sinks/stdout_color_sinks.h)0
-rw-r--r--thirdparty/spdlog/sinks/stdout_sinks-inl.h (renamed from include/spdlog/sinks/stdout_sinks-inl.h)0
-rw-r--r--thirdparty/spdlog/sinks/stdout_sinks.h (renamed from include/spdlog/sinks/stdout_sinks.h)0
-rw-r--r--thirdparty/spdlog/sinks/syslog_sink.h (renamed from include/spdlog/sinks/syslog_sink.h)0
-rw-r--r--thirdparty/spdlog/sinks/systemd_sink.h (renamed from include/spdlog/sinks/systemd_sink.h)0
-rw-r--r--thirdparty/spdlog/sinks/tcp_sink.h (renamed from include/spdlog/sinks/tcp_sink.h)0
-rw-r--r--thirdparty/spdlog/sinks/win_eventlog_sink.h (renamed from include/spdlog/sinks/win_eventlog_sink.h)0
-rw-r--r--thirdparty/spdlog/sinks/wincolor_sink-inl.h (renamed from include/spdlog/sinks/wincolor_sink-inl.h)0
-rw-r--r--thirdparty/spdlog/sinks/wincolor_sink.h (renamed from include/spdlog/sinks/wincolor_sink.h)0
-rw-r--r--thirdparty/spdlog/spdlog-inl.h (renamed from include/spdlog/spdlog-inl.h)0
-rw-r--r--thirdparty/spdlog/spdlog.h (renamed from include/spdlog/spdlog.h)0
-rw-r--r--thirdparty/spdlog/stopwatch.h (renamed from include/spdlog/stopwatch.h)0
-rw-r--r--thirdparty/spdlog/tweakme.h (renamed from include/spdlog/tweakme.h)0
-rw-r--r--thirdparty/spdlog/version.h (renamed from include/spdlog/version.h)0
435 files changed, 7 insertions, 194 deletions
diff --git a/NorthstarDLL/CMakeLists.txt b/NorthstarDLL/CMakeLists.txt
index 697cd8d8..11c4eb14 100644
--- a/NorthstarDLL/CMakeLists.txt
+++ b/NorthstarDLL/CMakeLists.txt
@@ -146,8 +146,8 @@ add_library(NorthstarDLL SHARED
)
target_link_libraries(NorthstarDLL PRIVATE
- ${CMAKE_SOURCE_DIR}/include/MinHook.x64.lib
- ${CMAKE_SOURCE_DIR}/include/libcurl/lib/libcurl_a.lib
+ ${CMAKE_SOURCE_DIR}/thirdparty/minhook/MinHook.x64.lib
+ ${CMAKE_SOURCE_DIR}/thirdparty/libcurl/lib/libcurl_a.lib
WS2_32.lib
Crypt32.lib
Cryptui.lib
@@ -160,7 +160,7 @@ target_link_libraries(NorthstarDLL PRIVATE
target_include_directories(NorthstarDLL PRIVATE
${CMAKE_SOURCE_DIR}/NorthstarDLL
- ${CMAKE_SOURCE_DIR}/include
+ ${CMAKE_SOURCE_DIR}/thirdparty
)
target_precompile_headers(NorthstarDLL PRIVATE pch.h)
diff --git a/NorthstarDLL/pch.h b/NorthstarDLL/pch.h
index 9ad8378c..e4773d8a 100644
--- a/NorthstarDLL/pch.h
+++ b/NorthstarDLL/pch.h
@@ -36,7 +36,7 @@ typedef void (*callable_v)(void* v);
#include "spdlog/spdlog.h"
#include "logging/logging.h"
-#include "MinHook.h"
+#include "minhook/MinHook.h"
#include "libcurl/include/curl/curl.h"
#include "core/hooks.h"
#include "core/memory.h"
diff --git a/loader_wsock32_proxy/CMakeLists.txt b/loader_wsock32_proxy/CMakeLists.txt
index f663f342..81d0b04c 100644
--- a/loader_wsock32_proxy/CMakeLists.txt
+++ b/loader_wsock32_proxy/CMakeLists.txt
@@ -11,7 +11,7 @@ add_library(loader_wsock32_proxy SHARED
)
target_link_libraries(loader_wsock32_proxy PRIVATE
- ${CMAKE_CURRENT_SOURCE_DIR}/include/MinHook.x64.lib
+ ${CMAKE_SOURCE_DIR}/thirdparty/minhook/MinHook.x64.lib
mswsock.lib
ws2_32.lib
ShLwApi.lib
@@ -32,7 +32,7 @@ target_link_libraries(loader_wsock32_proxy PRIVATE
)
target_include_directories(loader_wsock32_proxy PRIVATE
- include
+ ${CMAKE_SOURCE_DIR}/thirdparty
)
target_precompile_headers(loader_wsock32_proxy PRIVATE pch.h)
diff --git a/loader_wsock32_proxy/include/MinHook.h b/loader_wsock32_proxy/include/MinHook.h
deleted file mode 100644
index 15c0a875..00000000
--- a/loader_wsock32_proxy/include/MinHook.h
+++ /dev/null
@@ -1,186 +0,0 @@
-/*
- * MinHook - The Minimalistic API Hooking Library for x64/x86
- * Copyright (C) 2009-2017 Tsuda Kageyu.
- * All rights reserved.
- *
- * Redistribution and use in source and binary forms, with or without
- * modification, are permitted provided that the following conditions
- * are met:
- *
- * 1. Redistributions of source code must retain the above copyright
- * notice, this list of conditions and the following disclaimer.
- * 2. Redistributions in binary form must reproduce the above copyright
- * notice, this list of conditions and the following disclaimer in the
- * documentation and/or other materials provided with the distribution.
- *
- * THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS
- * "AS IS" AND ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED
- * TO, THE IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A
- * PARTICULAR PURPOSE ARE DISCLAIMED. IN NO EVENT SHALL THE COPYRIGHT HOLDER
- * OR CONTRIBUTORS BE LIABLE FOR ANY DIRECT, INDIRECT, INCIDENTAL, SPECIAL,
- * EXEMPLARY, OR CONSEQUENTIAL DAMAGES (INCLUDING, BUT NOT LIMITED TO,
- * PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES; LOSS OF USE, DATA, OR
- * PROFITS; OR BUSINESS INTERRUPTION) HOWEVER CAUSED AND ON ANY THEORY OF
- * LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, OR TORT (INCLUDING
- * NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE OF THIS
- * SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
- */
-
-#pragma once
-
-#if !(defined _M_IX86) && !(defined _M_X64) && !(defined __i386__) && !(defined __x86_64__)
- #error MinHook supports only x86 and x64 systems.
-#endif
-
-#include <windows.h>
-
-// MinHook Error Codes.
-typedef enum MH_STATUS
-{
- // Unknown error. Should not be returned.
- MH_UNKNOWN = -1,
-
- // Successful.
- MH_OK = 0,
-
- // MinHook is already initialized.
- MH_ERROR_ALREADY_INITIALIZED,
-
- // MinHook is not initialized yet, or already uninitialized.
- MH_ERROR_NOT_INITIALIZED,
-
- // The hook for the specified target function is already created.
- MH_ERROR_ALREADY_CREATED,
-
- // The hook for the specified target function is not created yet.
- MH_ERROR_NOT_CREATED,
-
- // The hook for the specified target function is already enabled.
- MH_ERROR_ENABLED,
-
- // The hook for the specified target function is not enabled yet, or already
- // disabled.
- MH_ERROR_DISABLED,
-
- // The specified pointer is invalid. It points the address of non-allocated
- // and/or non-executable region.
- MH_ERROR_NOT_EXECUTABLE,
-
- // The specified target function cannot be hooked.
- MH_ERROR_UNSUPPORTED_FUNCTION,
-
- // Failed to allocate memory.
- MH_ERROR_MEMORY_ALLOC,
-
- // Failed to change the memory protection.
- MH_ERROR_MEMORY_PROTECT,
-
- // The specified module is not loaded.
- MH_ERROR_MODULE_NOT_FOUND,
-
- // The specified function is not found.
- MH_ERROR_FUNCTION_NOT_FOUND
-}
-MH_STATUS;
-
-// Can be passed as a parameter to MH_EnableHook, MH_DisableHook,
-// MH_QueueEnableHook or MH_QueueDisableHook.
-#define MH_ALL_HOOKS NULL
-
-#ifdef __cplusplus
-extern "C" {
-#endif
-
- // Initialize the MinHook library. You must call this function EXACTLY ONCE
- // at the beginning of your program.
- MH_STATUS WINAPI MH_Initialize(VOID);
-
- // Uninitialize the MinHook library. You must call this function EXACTLY
- // ONCE at the end of your program.
- MH_STATUS WINAPI MH_Uninitialize(VOID);
-
- // Creates a Hook for the specified target function, in disabled state.
- // Parameters:
- // pTarget [in] A pointer to the target function, which will be
- // overridden by the detour function.
- // pDetour [in] A pointer to the detour function, which will override
- // the target function.
- // ppOriginal [out] A pointer to the trampoline function, which will be
- // used to call the original target function.
- // This parameter can be NULL.
- MH_STATUS WINAPI MH_CreateHook(LPVOID pTarget, LPVOID pDetour, LPVOID *ppOriginal);
-
- // Creates a Hook for the specified API function, in disabled state.
- // Parameters:
- // pszModule [in] A pointer to the loaded module name which contains the
- // target function.
- // pszTarget [in] A pointer to the target function name, which will be
- // overridden by the detour function.
- // pDetour [in] A pointer to the detour function, which will override
- // the target function.
- // ppOriginal [out] A pointer to the trampoline function, which will be
- // used to call the original target function.
- // This parameter can be NULL.
- MH_STATUS WINAPI MH_CreateHookApi(
- LPCWSTR pszModule, LPCSTR pszProcName, LPVOID pDetour, LPVOID *ppOriginal);
-
- // Creates a Hook for the specified API function, in disabled state.
- // Parameters:
- // pszModule [in] A pointer to the loaded module name which contains the
- // target function.
- // pszTarget [in] A pointer to the target function name, which will be
- // overridden by the detour function.
- // pDetour [in] A pointer to the detour function, which will override
- // the target function.
- // ppOriginal [out] A pointer to the trampoline function, which will be
- // used to call the original target function.
- // This parameter can be NULL.
- // ppTarget [out] A pointer to the target function, which will be used
- // with other functions.
- // This parameter can be NULL.
- MH_STATUS WINAPI MH_CreateHookApiEx(
- LPCWSTR pszModule, LPCSTR pszProcName, LPVOID pDetour, LPVOID *ppOriginal, LPVOID *ppTarget);
-
- // Removes an already created hook.
- // Parameters:
- // pTarget [in] A pointer to the target function.
- MH_STATUS WINAPI MH_RemoveHook(LPVOID pTarget);
-
- // Enables an already created hook.
- // Parameters:
- // pTarget [in] A pointer to the target function.
- // If this parameter is MH_ALL_HOOKS, all created hooks are
- // enabled in one go.
- MH_STATUS WINAPI MH_EnableHook(LPVOID pTarget);
-
- // Disables an already created hook.
- // Parameters:
- // pTarget [in] A pointer to the target function.
- // If this parameter is MH_ALL_HOOKS, all created hooks are
- // disabled in one go.
- MH_STATUS WINAPI MH_DisableHook(LPVOID pTarget);
-
- // Queues to enable an already created hook.
- // Parameters:
- // pTarget [in] A pointer to the target function.
- // If this parameter is MH_ALL_HOOKS, all created hooks are
- // queued to be enabled.
- MH_STATUS WINAPI MH_QueueEnableHook(LPVOID pTarget);
-
- // Queues to disable an already created hook.
- // Parameters:
- // pTarget [in] A pointer to the target function.
- // If this parameter is MH_ALL_HOOKS, all created hooks are
- // queued to be disabled.
- MH_STATUS WINAPI MH_QueueDisableHook(LPVOID pTarget);
-
- // Applies all queued changes in one go.
- MH_STATUS WINAPI MH_ApplyQueued(VOID);
-
- // Translates the MH_STATUS to its name as a string.
- const char * WINAPI MH_StatusToString(MH_STATUS status);
-
-#ifdef __cplusplus
-}
-#endif
-
diff --git a/loader_wsock32_proxy/include/MinHook.x64.lib b/loader_wsock32_proxy/include/MinHook.x64.lib
deleted file mode 100644
index a346f386..00000000
--- a/loader_wsock32_proxy/include/MinHook.x64.lib
+++ /dev/null
Binary files differ
diff --git a/loader_wsock32_proxy/loader.cpp b/loader_wsock32_proxy/loader.cpp
index dedc461a..c5046e2e 100644
--- a/loader_wsock32_proxy/loader.cpp
+++ b/loader_wsock32_proxy/loader.cpp
@@ -1,6 +1,5 @@
#include "pch.h"
#include "loader.h"
-#include "include/MinHook.h"
#include <string>
#include <system_error>
#include <sstream>
diff --git a/loader_wsock32_proxy/pch.h b/loader_wsock32_proxy/pch.h
index 6e8873a1..5da029a3 100644
--- a/loader_wsock32_proxy/pch.h
+++ b/loader_wsock32_proxy/pch.h
@@ -11,6 +11,6 @@
// Windows Header Files
#include <windows.h>
-#include "include/MinHook.h"
+#include "minhook/MinHook.h"
#endif // PCH_H
diff --git a/include/crypto/__DECC_INCLUDE_EPILOGUE.H b/thirdparty/crypto/__DECC_INCLUDE_EPILOGUE.H
index e57c0eab..e57c0eab 100644
--- a/include/crypto/__DECC_INCLUDE_EPILOGUE.H
+++ b/thirdparty/crypto/__DECC_INCLUDE_EPILOGUE.H
diff --git a/include/crypto/__DECC_INCLUDE_PROLOGUE.H b/thirdparty/crypto/__DECC_INCLUDE_PROLOGUE.H
index a0139575..a0139575 100644
--- a/include/crypto/__DECC_INCLUDE_PROLOGUE.H
+++ b/thirdparty/crypto/__DECC_INCLUDE_PROLOGUE.H
diff --git a/include/crypto/aes_platform.h b/thirdparty/crypto/aes_platform.h
index e95ad5aa..e95ad5aa 100644
--- a/include/crypto/aes_platform.h
+++ b/thirdparty/crypto/aes_platform.h
diff --git a/include/crypto/aria.h b/thirdparty/crypto/aria.h
index 21a9932e..21a9932e 100644
--- a/include/crypto/aria.h
+++ b/thirdparty/crypto/aria.h
diff --git a/include/crypto/asn1.h b/thirdparty/crypto/asn1.h
index ec76ae6f..ec76ae6f 100644
--- a/include/crypto/asn1.h
+++ b/thirdparty/crypto/asn1.h
diff --git a/include/crypto/asn1_dsa.h b/thirdparty/crypto/asn1_dsa.h
index 3eadb9ec..3eadb9ec 100644
--- a/include/crypto/asn1_dsa.h
+++ b/thirdparty/crypto/asn1_dsa.h
diff --git a/include/crypto/asn1err.h b/thirdparty/crypto/asn1err.h
index 6441386b..6441386b 100644
--- a/include/crypto/asn1err.h
+++ b/thirdparty/crypto/asn1err.h
diff --git a/include/crypto/async.h b/thirdparty/crypto/async.h
index 7bc0dbb6..7bc0dbb6 100644
--- a/include/crypto/async.h
+++ b/thirdparty/crypto/async.h
diff --git a/include/crypto/asyncerr.h b/thirdparty/crypto/asyncerr.h
index 574e0af7..574e0af7 100644
--- a/include/crypto/asyncerr.h
+++ b/thirdparty/crypto/asyncerr.h
diff --git a/include/crypto/bioerr.h b/thirdparty/crypto/bioerr.h
index a0c06099..a0c06099 100644
--- a/include/crypto/bioerr.h
+++ b/thirdparty/crypto/bioerr.h
diff --git a/include/crypto/bn.h b/thirdparty/crypto/bn.h
index cf69bea8..cf69bea8 100644
--- a/include/crypto/bn.h
+++ b/thirdparty/crypto/bn.h
diff --git a/include/crypto/bn_conf.h b/thirdparty/crypto/bn_conf.h
index a6f73d4a..a6f73d4a 100644
--- a/include/crypto/bn_conf.h
+++ b/thirdparty/crypto/bn_conf.h
diff --git a/include/crypto/bn_conf.h.in b/thirdparty/crypto/bn_conf.h.in
index dbc901b1..dbc901b1 100644
--- a/include/crypto/bn_conf.h.in
+++ b/thirdparty/crypto/bn_conf.h.in
diff --git a/include/crypto/bn_dh.h b/thirdparty/crypto/bn_dh.h
index 6d12c20e..6d12c20e 100644
--- a/include/crypto/bn_dh.h
+++ b/thirdparty/crypto/bn_dh.h
diff --git a/include/crypto/bn_srp.h b/thirdparty/crypto/bn_srp.h
index 00b160aa..00b160aa 100644
--- a/include/crypto/bn_srp.h
+++ b/thirdparty/crypto/bn_srp.h
diff --git a/include/crypto/bnerr.h b/thirdparty/crypto/bnerr.h
index 7282c915..7282c915 100644
--- a/include/crypto/bnerr.h
+++ b/thirdparty/crypto/bnerr.h
diff --git a/include/crypto/buffererr.h b/thirdparty/crypto/buffererr.h
index 54976d95..54976d95 100644
--- a/include/crypto/buffererr.h
+++ b/thirdparty/crypto/buffererr.h
diff --git a/include/crypto/chacha.h b/thirdparty/crypto/chacha.h
index d29998ff..d29998ff 100644
--- a/include/crypto/chacha.h
+++ b/thirdparty/crypto/chacha.h
diff --git a/include/crypto/cmll_platform.h b/thirdparty/crypto/cmll_platform.h
index 8cadadf6..8cadadf6 100644
--- a/include/crypto/cmll_platform.h
+++ b/thirdparty/crypto/cmll_platform.h
diff --git a/include/crypto/cmperr.h b/thirdparty/crypto/cmperr.h
index ac61dd48..ac61dd48 100644
--- a/include/crypto/cmperr.h
+++ b/thirdparty/crypto/cmperr.h
diff --git a/include/crypto/cmserr.h b/thirdparty/crypto/cmserr.h
index 1de2f9c7..1de2f9c7 100644
--- a/include/crypto/cmserr.h
+++ b/thirdparty/crypto/cmserr.h
diff --git a/include/crypto/comperr.h b/thirdparty/crypto/comperr.h
index 0fd9c6de..0fd9c6de 100644
--- a/include/crypto/comperr.h
+++ b/thirdparty/crypto/comperr.h
diff --git a/include/crypto/conferr.h b/thirdparty/crypto/conferr.h
index cb367e4f..cb367e4f 100644
--- a/include/crypto/conferr.h
+++ b/thirdparty/crypto/conferr.h
diff --git a/include/crypto/crmferr.h b/thirdparty/crypto/crmferr.h
index f1a27e04..f1a27e04 100644
--- a/include/crypto/crmferr.h
+++ b/thirdparty/crypto/crmferr.h
diff --git a/include/crypto/cryptlib.h b/thirdparty/crypto/cryptlib.h
index 39a956bf..39a956bf 100644
--- a/include/crypto/cryptlib.h
+++ b/thirdparty/crypto/cryptlib.h
diff --git a/include/crypto/cryptoerr.h b/thirdparty/crypto/cryptoerr.h
index 288b87ac..288b87ac 100644
--- a/include/crypto/cryptoerr.h
+++ b/thirdparty/crypto/cryptoerr.h
diff --git a/include/crypto/cterr.h b/thirdparty/crypto/cterr.h
index 760bc796..760bc796 100644
--- a/include/crypto/cterr.h
+++ b/thirdparty/crypto/cterr.h
diff --git a/include/crypto/ctype.h b/thirdparty/crypto/ctype.h
index a35c137e..a35c137e 100644
--- a/include/crypto/ctype.h
+++ b/thirdparty/crypto/ctype.h
diff --git a/include/crypto/decoder.h b/thirdparty/crypto/decoder.h
index cc06ef29..cc06ef29 100644
--- a/include/crypto/decoder.h
+++ b/thirdparty/crypto/decoder.h
diff --git a/include/crypto/decodererr.h b/thirdparty/crypto/decodererr.h
index d7badc43..d7badc43 100644
--- a/include/crypto/decodererr.h
+++ b/thirdparty/crypto/decodererr.h
diff --git a/include/crypto/des_platform.h b/thirdparty/crypto/des_platform.h
index 07ea1ddd..07ea1ddd 100644
--- a/include/crypto/des_platform.h
+++ b/thirdparty/crypto/des_platform.h
diff --git a/include/crypto/dh.h b/thirdparty/crypto/dh.h
index f6be4ae0..f6be4ae0 100644
--- a/include/crypto/dh.h
+++ b/thirdparty/crypto/dh.h
diff --git a/include/crypto/dherr.h b/thirdparty/crypto/dherr.h
index bb24d131..bb24d131 100644
--- a/include/crypto/dherr.h
+++ b/thirdparty/crypto/dherr.h
diff --git a/include/crypto/dsa.h b/thirdparty/crypto/dsa.h
index eedbd8c7..eedbd8c7 100644
--- a/include/crypto/dsa.h
+++ b/thirdparty/crypto/dsa.h
diff --git a/include/crypto/dsaerr.h b/thirdparty/crypto/dsaerr.h
index 9898097d..9898097d 100644
--- a/include/crypto/dsaerr.h
+++ b/thirdparty/crypto/dsaerr.h
diff --git a/include/crypto/dso_conf.h b/thirdparty/crypto/dso_conf.h
index 99514321..99514321 100644
--- a/include/crypto/dso_conf.h
+++ b/thirdparty/crypto/dso_conf.h
diff --git a/include/crypto/dso_conf.h.in b/thirdparty/crypto/dso_conf.h.in
index 12de11ad..12de11ad 100644
--- a/include/crypto/dso_conf.h.in
+++ b/thirdparty/crypto/dso_conf.h.in
diff --git a/include/crypto/ec.h b/thirdparty/crypto/ec.h
index 62163b31..62163b31 100644
--- a/include/crypto/ec.h
+++ b/thirdparty/crypto/ec.h
diff --git a/include/crypto/ecerr.h b/thirdparty/crypto/ecerr.h
index 07b6c7aa..07b6c7aa 100644
--- a/include/crypto/ecerr.h
+++ b/thirdparty/crypto/ecerr.h
diff --git a/include/crypto/ecx.h b/thirdparty/crypto/ecx.h
index 48b95fa5..48b95fa5 100644
--- a/include/crypto/ecx.h
+++ b/thirdparty/crypto/ecx.h
diff --git a/include/crypto/encoder.h b/thirdparty/crypto/encoder.h
index 09d445d2..09d445d2 100644
--- a/include/crypto/encoder.h
+++ b/thirdparty/crypto/encoder.h
diff --git a/include/crypto/encodererr.h b/thirdparty/crypto/encodererr.h
index 56c45823..56c45823 100644
--- a/include/crypto/encodererr.h
+++ b/thirdparty/crypto/encodererr.h
diff --git a/include/crypto/engine.h b/thirdparty/crypto/engine.h
index fac6ed09..fac6ed09 100644
--- a/include/crypto/engine.h
+++ b/thirdparty/crypto/engine.h
diff --git a/include/crypto/engineerr.h b/thirdparty/crypto/engineerr.h
index 737c841d..737c841d 100644
--- a/include/crypto/engineerr.h
+++ b/thirdparty/crypto/engineerr.h
diff --git a/include/crypto/err.h b/thirdparty/crypto/err.h
index 15ec6fd0..15ec6fd0 100644
--- a/include/crypto/err.h
+++ b/thirdparty/crypto/err.h
diff --git a/include/crypto/ess.h b/thirdparty/crypto/ess.h
index 7acde5f8..7acde5f8 100644
--- a/include/crypto/ess.h
+++ b/thirdparty/crypto/ess.h
diff --git a/include/crypto/esserr.h b/thirdparty/crypto/esserr.h
index 8df2df11..8df2df11 100644
--- a/include/crypto/esserr.h
+++ b/thirdparty/crypto/esserr.h
diff --git a/include/crypto/evp.h b/thirdparty/crypto/evp.h
index c5d3a930..c5d3a930 100644
--- a/include/crypto/evp.h
+++ b/thirdparty/crypto/evp.h
diff --git a/include/crypto/evperr.h b/thirdparty/crypto/evperr.h
index d90ba83f..d90ba83f 100644
--- a/include/crypto/evperr.h
+++ b/thirdparty/crypto/evperr.h
diff --git a/include/crypto/httperr.h b/thirdparty/crypto/httperr.h
index 969df17b..969df17b 100644
--- a/include/crypto/httperr.h
+++ b/thirdparty/crypto/httperr.h
diff --git a/include/crypto/lhash.h b/thirdparty/crypto/lhash.h
index 0f64869f..0f64869f 100644
--- a/include/crypto/lhash.h
+++ b/thirdparty/crypto/lhash.h
diff --git a/include/libcrypto_static.lib b/thirdparty/crypto/libcrypto_static.lib
index 0ddd830c..0ddd830c 100644
--- a/include/libcrypto_static.lib
+++ b/thirdparty/crypto/libcrypto_static.lib
Binary files differ
diff --git a/include/crypto/md32_common.h b/thirdparty/crypto/md32_common.h
index 3b16f1b7..3b16f1b7 100644
--- a/include/crypto/md32_common.h
+++ b/thirdparty/crypto/md32_common.h
diff --git a/include/crypto/modes.h b/thirdparty/crypto/modes.h
index 19f9d859..19f9d859 100644
--- a/include/crypto/modes.h
+++ b/thirdparty/crypto/modes.h
diff --git a/include/crypto/objects.h b/thirdparty/crypto/objects.h
index f22e9287..f22e9287 100644
--- a/include/crypto/objects.h
+++ b/thirdparty/crypto/objects.h
diff --git a/include/crypto/objectserr.h b/thirdparty/crypto/objectserr.h
index ec994824..ec994824 100644
--- a/include/crypto/objectserr.h
+++ b/thirdparty/crypto/objectserr.h
diff --git a/include/crypto/ocsperr.h b/thirdparty/crypto/ocsperr.h
index f9529b2a..f9529b2a 100644
--- a/include/crypto/ocsperr.h
+++ b/thirdparty/crypto/ocsperr.h
diff --git a/include/crypto/pem.h b/thirdparty/crypto/pem.h
index 840dc18f..840dc18f 100644
--- a/include/crypto/pem.h
+++ b/thirdparty/crypto/pem.h
diff --git a/include/crypto/pemerr.h b/thirdparty/crypto/pemerr.h
index b255ff5c..b255ff5c 100644
--- a/include/crypto/pemerr.h
+++ b/thirdparty/crypto/pemerr.h
diff --git a/include/crypto/pkcs12err.h b/thirdparty/crypto/pkcs12err.h
index 662f412e..662f412e 100644
--- a/include/crypto/pkcs12err.h
+++ b/thirdparty/crypto/pkcs12err.h
diff --git a/include/crypto/pkcs7.h b/thirdparty/crypto/pkcs7.h
index 9caa9af4..9caa9af4 100644
--- a/include/crypto/pkcs7.h
+++ b/thirdparty/crypto/pkcs7.h
diff --git a/include/crypto/pkcs7err.h b/thirdparty/crypto/pkcs7err.h
index c195190b..c195190b 100644
--- a/include/crypto/pkcs7err.h
+++ b/thirdparty/crypto/pkcs7err.h
diff --git a/include/crypto/poly1305.h b/thirdparty/crypto/poly1305.h
index ba54f3bd..ba54f3bd 100644
--- a/include/crypto/poly1305.h
+++ b/thirdparty/crypto/poly1305.h
diff --git a/include/crypto/ppc_arch.h b/thirdparty/crypto/ppc_arch.h
index 3b3ce4bf..3b3ce4bf 100644
--- a/include/crypto/ppc_arch.h
+++ b/thirdparty/crypto/ppc_arch.h
diff --git a/include/crypto/punycode.h b/thirdparty/crypto/punycode.h
index 133826d8..133826d8 100644
--- a/include/crypto/punycode.h
+++ b/thirdparty/crypto/punycode.h
diff --git a/include/crypto/rand.h b/thirdparty/crypto/rand.h
index fa3b5b2b..fa3b5b2b 100644
--- a/include/crypto/rand.h
+++ b/thirdparty/crypto/rand.h
diff --git a/include/crypto/rand_pool.h b/thirdparty/crypto/rand_pool.h
index f4d1d954..f4d1d954 100644
--- a/include/crypto/rand_pool.h
+++ b/thirdparty/crypto/rand_pool.h
diff --git a/include/crypto/randerr.h b/thirdparty/crypto/randerr.h
index 832a8b7d..832a8b7d 100644
--- a/include/crypto/randerr.h
+++ b/thirdparty/crypto/randerr.h
diff --git a/include/crypto/rsa.h b/thirdparty/crypto/rsa.h
index 100e7ceb..100e7ceb 100644
--- a/include/crypto/rsa.h
+++ b/thirdparty/crypto/rsa.h
diff --git a/include/crypto/rsaerr.h b/thirdparty/crypto/rsaerr.h
index 9b23500b..9b23500b 100644
--- a/include/crypto/rsaerr.h
+++ b/thirdparty/crypto/rsaerr.h
diff --git a/include/crypto/security_bits.h b/thirdparty/crypto/security_bits.h
index 58f49681..58f49681 100644
--- a/include/crypto/security_bits.h
+++ b/thirdparty/crypto/security_bits.h
diff --git a/include/crypto/sha.h b/thirdparty/crypto/sha.h
index 64305d17..64305d17 100644
--- a/include/crypto/sha.h
+++ b/thirdparty/crypto/sha.h
diff --git a/include/crypto/siphash.h b/thirdparty/crypto/siphash.h
index 0d0767fc..0d0767fc 100644
--- a/include/crypto/siphash.h
+++ b/thirdparty/crypto/siphash.h
diff --git a/include/crypto/siv.h b/thirdparty/crypto/siv.h
index 8dc58bd3..8dc58bd3 100644
--- a/include/crypto/siv.h
+++ b/thirdparty/crypto/siv.h
diff --git a/include/crypto/sm2.h b/thirdparty/crypto/sm2.h
index 9ab6c0b7..9ab6c0b7 100644
--- a/include/crypto/sm2.h
+++ b/thirdparty/crypto/sm2.h
diff --git a/include/crypto/sm2err.h b/thirdparty/crypto/sm2err.h
index 706f4d69..706f4d69 100644
--- a/include/crypto/sm2err.h
+++ b/thirdparty/crypto/sm2err.h
diff --git a/include/crypto/sm4.h b/thirdparty/crypto/sm4.h
index e21ec81c..e21ec81c 100644
--- a/include/crypto/sm4.h
+++ b/thirdparty/crypto/sm4.h
diff --git a/include/crypto/sparc_arch.h b/thirdparty/crypto/sparc_arch.h
index 447e715b..447e715b 100644
--- a/include/crypto/sparc_arch.h
+++ b/thirdparty/crypto/sparc_arch.h
diff --git a/include/crypto/sparse_array.h b/thirdparty/crypto/sparse_array.h
index 7ef74283..7ef74283 100644
--- a/include/crypto/sparse_array.h
+++ b/thirdparty/crypto/sparse_array.h
diff --git a/include/crypto/store.h b/thirdparty/crypto/store.h
index 13d2646b..13d2646b 100644
--- a/include/crypto/store.h
+++ b/thirdparty/crypto/store.h
diff --git a/include/crypto/storeerr.h b/thirdparty/crypto/storeerr.h
index c46d845f..c46d845f 100644
--- a/include/crypto/storeerr.h
+++ b/thirdparty/crypto/storeerr.h
diff --git a/include/crypto/tserr.h b/thirdparty/crypto/tserr.h
index 2f34ba31..2f34ba31 100644
--- a/include/crypto/tserr.h
+++ b/thirdparty/crypto/tserr.h
diff --git a/include/crypto/types.h b/thirdparty/crypto/types.h
index 0d814040..0d814040 100644
--- a/include/crypto/types.h
+++ b/thirdparty/crypto/types.h
diff --git a/include/crypto/uierr.h b/thirdparty/crypto/uierr.h
index 789077a8..789077a8 100644
--- a/include/crypto/uierr.h
+++ b/thirdparty/crypto/uierr.h
diff --git a/include/crypto/x509.h b/thirdparty/crypto/x509.h
index 1f00178e..1f00178e 100644
--- a/include/crypto/x509.h
+++ b/thirdparty/crypto/x509.h
diff --git a/include/crypto/x509err.h b/thirdparty/crypto/x509err.h
index 53f567d9..53f567d9 100644
--- a/include/crypto/x509err.h
+++ b/thirdparty/crypto/x509err.h
diff --git a/include/crypto/x509v3err.h b/thirdparty/crypto/x509v3err.h
index 66d3ad92..66d3ad92 100644
--- a/include/crypto/x509v3err.h
+++ b/thirdparty/crypto/x509v3err.h
diff --git a/include/internal/__DECC_INCLUDE_EPILOGUE.H b/thirdparty/internal/__DECC_INCLUDE_EPILOGUE.H
index e57c0eab..e57c0eab 100644
--- a/include/internal/__DECC_INCLUDE_EPILOGUE.H
+++ b/thirdparty/internal/__DECC_INCLUDE_EPILOGUE.H
diff --git a/include/internal/__DECC_INCLUDE_PROLOGUE.H b/thirdparty/internal/__DECC_INCLUDE_PROLOGUE.H
index a0139575..a0139575 100644
--- a/include/internal/__DECC_INCLUDE_PROLOGUE.H
+++ b/thirdparty/internal/__DECC_INCLUDE_PROLOGUE.H
diff --git a/include/internal/asn1.h b/thirdparty/internal/asn1.h
index 3143e340..3143e340 100644
--- a/include/internal/asn1.h
+++ b/thirdparty/internal/asn1.h
diff --git a/include/internal/bio.h b/thirdparty/internal/bio.h
index 2d36a7b9..2d36a7b9 100644
--- a/include/internal/bio.h
+++ b/thirdparty/internal/bio.h
diff --git a/include/internal/comp.h b/thirdparty/internal/comp.h
index 3ad86fc7..3ad86fc7 100644
--- a/include/internal/comp.h
+++ b/thirdparty/internal/comp.h
diff --git a/include/internal/conf.h b/thirdparty/internal/conf.h
index 8c6c29cd..8c6c29cd 100644
--- a/include/internal/conf.h
+++ b/thirdparty/internal/conf.h
diff --git a/include/internal/constant_time.h b/thirdparty/internal/constant_time.h
index 0ed6f823..0ed6f823 100644
--- a/include/internal/constant_time.h
+++ b/thirdparty/internal/constant_time.h
diff --git a/include/internal/core.h b/thirdparty/internal/core.h
index d9dc4241..d9dc4241 100644
--- a/include/internal/core.h
+++ b/thirdparty/internal/core.h
diff --git a/include/internal/cryptlib.h b/thirdparty/internal/cryptlib.h
index 1291299b..1291299b 100644
--- a/include/internal/cryptlib.h
+++ b/thirdparty/internal/cryptlib.h
diff --git a/include/internal/dane.h b/thirdparty/internal/dane.h
index a3d78a7f..a3d78a7f 100644
--- a/include/internal/dane.h
+++ b/thirdparty/internal/dane.h
diff --git a/include/internal/deprecated.h b/thirdparty/internal/deprecated.h
index a313a015..a313a015 100644
--- a/include/internal/deprecated.h
+++ b/thirdparty/internal/deprecated.h
diff --git a/include/internal/der.h b/thirdparty/internal/der.h
index a3e56d0d..a3e56d0d 100644
--- a/include/internal/der.h
+++ b/thirdparty/internal/der.h
diff --git a/include/internal/dso.h b/thirdparty/internal/dso.h
index 160ddb98..160ddb98 100644
--- a/include/internal/dso.h
+++ b/thirdparty/internal/dso.h
diff --git a/include/internal/dsoerr.h b/thirdparty/internal/dsoerr.h
index b1719e83..b1719e83 100644
--- a/include/internal/dsoerr.h
+++ b/thirdparty/internal/dsoerr.h
diff --git a/include/internal/endian.h b/thirdparty/internal/endian.h
index 8b34e03e..8b34e03e 100644
--- a/include/internal/endian.h
+++ b/thirdparty/internal/endian.h
diff --git a/include/internal/err.h b/thirdparty/internal/err.h
index d8a308f0..d8a308f0 100644
--- a/include/internal/err.h
+++ b/thirdparty/internal/err.h
diff --git a/include/internal/ffc.h b/thirdparty/internal/ffc.h
index 79cb06ab..79cb06ab 100644
--- a/include/internal/ffc.h
+++ b/thirdparty/internal/ffc.h
diff --git a/include/internal/ktls.h b/thirdparty/internal/ktls.h
index 95492fd0..95492fd0 100644
--- a/include/internal/ktls.h
+++ b/thirdparty/internal/ktls.h
diff --git a/include/internal/namemap.h b/thirdparty/internal/namemap.h
index a4c60ae6..a4c60ae6 100644
--- a/include/internal/namemap.h
+++ b/thirdparty/internal/namemap.h
diff --git a/include/internal/nelem.h b/thirdparty/internal/nelem.h
index b758513b..b758513b 100644
--- a/include/internal/nelem.h
+++ b/thirdparty/internal/nelem.h
diff --git a/include/internal/numbers.h b/thirdparty/internal/numbers.h
index 4f4d3306..4f4d3306 100644
--- a/include/internal/numbers.h
+++ b/thirdparty/internal/numbers.h
diff --git a/include/internal/o_dir.h b/thirdparty/internal/o_dir.h
index add34d14..add34d14 100644
--- a/include/internal/o_dir.h
+++ b/thirdparty/internal/o_dir.h
diff --git a/include/internal/packet.h b/thirdparty/internal/packet.h
index 170997db..170997db 100644
--- a/include/internal/packet.h
+++ b/thirdparty/internal/packet.h
diff --git a/include/internal/param_build_set.h b/thirdparty/internal/param_build_set.h
index 126211b7..126211b7 100644
--- a/include/internal/param_build_set.h
+++ b/thirdparty/internal/param_build_set.h
diff --git a/include/internal/passphrase.h b/thirdparty/internal/passphrase.h
index 54d997b0..54d997b0 100644
--- a/include/internal/passphrase.h
+++ b/thirdparty/internal/passphrase.h
diff --git a/include/internal/property.h b/thirdparty/internal/property.h
index 82119745..82119745 100644
--- a/include/internal/property.h
+++ b/thirdparty/internal/property.h
diff --git a/include/internal/propertyerr.h b/thirdparty/internal/propertyerr.h
index fbee53f1..fbee53f1 100644
--- a/include/internal/propertyerr.h
+++ b/thirdparty/internal/propertyerr.h
diff --git a/include/internal/provider.h b/thirdparty/internal/provider.h
index d09829d0..d09829d0 100644
--- a/include/internal/provider.h
+++ b/thirdparty/internal/provider.h
diff --git a/include/internal/refcount.h b/thirdparty/internal/refcount.h
index 7412d62f..7412d62f 100644
--- a/include/internal/refcount.h
+++ b/thirdparty/internal/refcount.h
diff --git a/include/internal/sha3.h b/thirdparty/internal/sha3.h
index 80ad86e5..80ad86e5 100644
--- a/include/internal/sha3.h
+++ b/thirdparty/internal/sha3.h
diff --git a/include/internal/sizes.h b/thirdparty/internal/sizes.h
index f6496c81..f6496c81 100644
--- a/include/internal/sizes.h
+++ b/thirdparty/internal/sizes.h
diff --git a/include/internal/sm3.h b/thirdparty/internal/sm3.h
index db1d61f0..db1d61f0 100644
--- a/include/internal/sm3.h
+++ b/thirdparty/internal/sm3.h
diff --git a/include/internal/sockets.h b/thirdparty/internal/sockets.h
index 6e882fa6..6e882fa6 100644
--- a/include/internal/sockets.h
+++ b/thirdparty/internal/sockets.h
diff --git a/include/internal/sslconf.h b/thirdparty/internal/sslconf.h
index fd7f7e33..fd7f7e33 100644
--- a/include/internal/sslconf.h
+++ b/thirdparty/internal/sslconf.h
diff --git a/include/internal/symhacks.h b/thirdparty/internal/symhacks.h
index 33bae51e..33bae51e 100644
--- a/include/internal/symhacks.h
+++ b/thirdparty/internal/symhacks.h
diff --git a/include/internal/thread_once.h b/thirdparty/internal/thread_once.h
index d6cb2eee..d6cb2eee 100644
--- a/include/internal/thread_once.h
+++ b/thirdparty/internal/thread_once.h
diff --git a/include/internal/tlsgroups.h b/thirdparty/internal/tlsgroups.h
index 8a35ced1..8a35ced1 100644
--- a/include/internal/tlsgroups.h
+++ b/thirdparty/internal/tlsgroups.h
diff --git a/include/internal/tsan_assist.h b/thirdparty/internal/tsan_assist.h
index f8285b1d..f8285b1d 100644
--- a/include/internal/tsan_assist.h
+++ b/thirdparty/internal/tsan_assist.h
diff --git a/include/internal/unicode.h b/thirdparty/internal/unicode.h
index a6de8352..a6de8352 100644
--- a/include/internal/unicode.h
+++ b/thirdparty/internal/unicode.h
diff --git a/include/libcurl/include/curl/curl.h b/thirdparty/libcurl/include/curl/curl.h
index 7b69ce2d..7b69ce2d 100644
--- a/include/libcurl/include/curl/curl.h
+++ b/thirdparty/libcurl/include/curl/curl.h
diff --git a/include/libcurl/include/curl/curlver.h b/thirdparty/libcurl/include/curl/curlver.h
index fe57e430..fe57e430 100644
--- a/include/libcurl/include/curl/curlver.h
+++ b/thirdparty/libcurl/include/curl/curlver.h
diff --git a/include/libcurl/include/curl/easy.h b/thirdparty/libcurl/include/curl/easy.h
index 2dbfb26b..2dbfb26b 100644
--- a/include/libcurl/include/curl/easy.h
+++ b/thirdparty/libcurl/include/curl/easy.h
diff --git a/include/libcurl/include/curl/mprintf.h b/thirdparty/libcurl/include/curl/mprintf.h
index 3549552d..3549552d 100644
--- a/include/libcurl/include/curl/mprintf.h
+++ b/thirdparty/libcurl/include/curl/mprintf.h
diff --git a/include/libcurl/include/curl/multi.h b/thirdparty/libcurl/include/curl/multi.h
index 91cd95d3..91cd95d3 100644
--- a/include/libcurl/include/curl/multi.h
+++ b/thirdparty/libcurl/include/curl/multi.h
diff --git a/include/libcurl/include/curl/options.h b/thirdparty/libcurl/include/curl/options.h
index 14373b55..14373b55 100644
--- a/include/libcurl/include/curl/options.h
+++ b/thirdparty/libcurl/include/curl/options.h
diff --git a/include/libcurl/include/curl/stdcheaders.h b/thirdparty/libcurl/include/curl/stdcheaders.h
index 60596c75..60596c75 100644
--- a/include/libcurl/include/curl/stdcheaders.h
+++ b/thirdparty/libcurl/include/curl/stdcheaders.h
diff --git a/include/libcurl/include/curl/system.h b/thirdparty/libcurl/include/curl/system.h
index faf8fcf8..faf8fcf8 100644
--- a/include/libcurl/include/curl/system.h
+++ b/thirdparty/libcurl/include/curl/system.h
diff --git a/include/libcurl/include/curl/typecheck-gcc.h b/thirdparty/libcurl/include/curl/typecheck-gcc.h
index 9e14d8a3..9e14d8a3 100644
--- a/include/libcurl/include/curl/typecheck-gcc.h
+++ b/thirdparty/libcurl/include/curl/typecheck-gcc.h
diff --git a/include/libcurl/include/curl/urlapi.h b/thirdparty/libcurl/include/curl/urlapi.h
index a475f91b..a475f91b 100644
--- a/include/libcurl/include/curl/urlapi.h
+++ b/thirdparty/libcurl/include/curl/urlapi.h
diff --git a/include/libcurl/lib/libcurl_a.lib b/thirdparty/libcurl/lib/libcurl_a.lib
index 32b917c9..32b917c9 100644
--- a/include/libcurl/lib/libcurl_a.lib
+++ b/thirdparty/libcurl/lib/libcurl_a.lib
Binary files differ
diff --git a/include/MinHook.h b/thirdparty/minhook/MinHook.h
index 15c0a875..15c0a875 100644
--- a/include/MinHook.h
+++ b/thirdparty/minhook/MinHook.h
diff --git a/include/MinHook.x64.lib b/thirdparty/minhook/MinHook.x64.lib
index a346f386..a346f386 100644
--- a/include/MinHook.x64.lib
+++ b/thirdparty/minhook/MinHook.x64.lib
Binary files differ
diff --git a/include/openssl/__DECC_INCLUDE_EPILOGUE.H b/thirdparty/openssl/__DECC_INCLUDE_EPILOGUE.H
index d251d0a0..d251d0a0 100644
--- a/include/openssl/__DECC_INCLUDE_EPILOGUE.H
+++ b/thirdparty/openssl/__DECC_INCLUDE_EPILOGUE.H
diff --git a/include/openssl/__DECC_INCLUDE_PROLOGUE.H b/thirdparty/openssl/__DECC_INCLUDE_PROLOGUE.H
index 91ac6b33..91ac6b33 100644
--- a/include/openssl/__DECC_INCLUDE_PROLOGUE.H
+++ b/thirdparty/openssl/__DECC_INCLUDE_PROLOGUE.H
diff --git a/include/openssl/aes.h b/thirdparty/openssl/aes.h
index d0f9dfc6..d0f9dfc6 100644
--- a/include/openssl/aes.h
+++ b/thirdparty/openssl/aes.h
diff --git a/include/openssl/asn1.h b/thirdparty/openssl/asn1.h
index aada23dc..aada23dc 100644
--- a/include/openssl/asn1.h
+++ b/thirdparty/openssl/asn1.h
diff --git a/include/openssl/asn1.h.in b/thirdparty/openssl/asn1.h.in
index 6d5094a3..6d5094a3 100644
--- a/include/openssl/asn1.h.in
+++ b/thirdparty/openssl/asn1.h.in
diff --git a/include/openssl/asn1_mac.h b/thirdparty/openssl/asn1_mac.h
index fdcb9836..fdcb9836 100644
--- a/include/openssl/asn1_mac.h
+++ b/thirdparty/openssl/asn1_mac.h
diff --git a/include/openssl/asn1err.h b/thirdparty/openssl/asn1err.h
index d4276220..d4276220 100644
--- a/include/openssl/asn1err.h
+++ b/thirdparty/openssl/asn1err.h
diff --git a/include/openssl/asn1t.h b/thirdparty/openssl/asn1t.h
index a725c532..a725c532 100644
--- a/include/openssl/asn1t.h
+++ b/thirdparty/openssl/asn1t.h
diff --git a/include/openssl/asn1t.h.in b/thirdparty/openssl/asn1t.h.in
index b536fe51..b536fe51 100644
--- a/include/openssl/asn1t.h.in
+++ b/thirdparty/openssl/asn1t.h.in
diff --git a/include/openssl/async.h b/thirdparty/openssl/async.h
index bc27d5db..bc27d5db 100644
--- a/include/openssl/async.h
+++ b/thirdparty/openssl/async.h
diff --git a/include/openssl/asyncerr.h b/thirdparty/openssl/asyncerr.h
index c093f7be..c093f7be 100644
--- a/include/openssl/asyncerr.h
+++ b/thirdparty/openssl/asyncerr.h
diff --git a/include/openssl/bio.h b/thirdparty/openssl/bio.h
index 3ef0cafb..3ef0cafb 100644
--- a/include/openssl/bio.h
+++ b/thirdparty/openssl/bio.h
diff --git a/include/openssl/bio.h.in b/thirdparty/openssl/bio.h.in
index 2c65b7e1..2c65b7e1 100644
--- a/include/openssl/bio.h.in
+++ b/thirdparty/openssl/bio.h.in
diff --git a/include/openssl/bioerr.h b/thirdparty/openssl/bioerr.h
index 787b30af..787b30af 100644
--- a/include/openssl/bioerr.h
+++ b/thirdparty/openssl/bioerr.h
diff --git a/include/openssl/blowfish.h b/thirdparty/openssl/blowfish.h
index 667d6423..667d6423 100644
--- a/include/openssl/blowfish.h
+++ b/thirdparty/openssl/blowfish.h
diff --git a/include/openssl/bn.h b/thirdparty/openssl/bn.h
index ecd7f01b..ecd7f01b 100644
--- a/include/openssl/bn.h
+++ b/thirdparty/openssl/bn.h
diff --git a/include/openssl/bnerr.h b/thirdparty/openssl/bnerr.h
index 847d326b..847d326b 100644
--- a/include/openssl/bnerr.h
+++ b/thirdparty/openssl/bnerr.h
diff --git a/include/openssl/buffer.h b/thirdparty/openssl/buffer.h
index 5773b986..5773b986 100644
--- a/include/openssl/buffer.h
+++ b/thirdparty/openssl/buffer.h
diff --git a/include/openssl/buffererr.h b/thirdparty/openssl/buffererr.h
index d18b1f8f..d18b1f8f 100644
--- a/include/openssl/buffererr.h
+++ b/thirdparty/openssl/buffererr.h
diff --git a/include/openssl/camellia.h b/thirdparty/openssl/camellia.h
index 88c2279e..88c2279e 100644
--- a/include/openssl/camellia.h
+++ b/thirdparty/openssl/camellia.h
diff --git a/include/openssl/cast.h b/thirdparty/openssl/cast.h
index 0bf217be..0bf217be 100644
--- a/include/openssl/cast.h
+++ b/thirdparty/openssl/cast.h
diff --git a/include/openssl/cmac.h b/thirdparty/openssl/cmac.h
index f5086183..f5086183 100644
--- a/include/openssl/cmac.h
+++ b/thirdparty/openssl/cmac.h
diff --git a/include/openssl/cmp.h b/thirdparty/openssl/cmp.h
index 7f258dc9..7f258dc9 100644
--- a/include/openssl/cmp.h
+++ b/thirdparty/openssl/cmp.h
diff --git a/include/openssl/cmp.h.in b/thirdparty/openssl/cmp.h.in
index b4734421..b4734421 100644
--- a/include/openssl/cmp.h.in
+++ b/thirdparty/openssl/cmp.h.in
diff --git a/include/openssl/cmp_util.h b/thirdparty/openssl/cmp_util.h
index 9a168922..9a168922 100644
--- a/include/openssl/cmp_util.h
+++ b/thirdparty/openssl/cmp_util.h
diff --git a/include/openssl/cmperr.h b/thirdparty/openssl/cmperr.h
index 3a26fd0b..3a26fd0b 100644
--- a/include/openssl/cmperr.h
+++ b/thirdparty/openssl/cmperr.h
diff --git a/include/openssl/cms.h b/thirdparty/openssl/cms.h
index 5b907f2c..5b907f2c 100644
--- a/include/openssl/cms.h
+++ b/thirdparty/openssl/cms.h
diff --git a/include/openssl/cms.h.in b/thirdparty/openssl/cms.h.in
index da20ddf2..da20ddf2 100644
--- a/include/openssl/cms.h.in
+++ b/thirdparty/openssl/cms.h.in
diff --git a/include/openssl/cmserr.h b/thirdparty/openssl/cmserr.h
index 1c4f4c79..1c4f4c79 100644
--- a/include/openssl/cmserr.h
+++ b/thirdparty/openssl/cmserr.h
diff --git a/include/openssl/comp.h b/thirdparty/openssl/comp.h
index 06ff5810..06ff5810 100644
--- a/include/openssl/comp.h
+++ b/thirdparty/openssl/comp.h
diff --git a/include/openssl/comperr.h b/thirdparty/openssl/comperr.h
index 01dd3e6b..01dd3e6b 100644
--- a/include/openssl/comperr.h
+++ b/thirdparty/openssl/comperr.h
diff --git a/include/openssl/conf.h b/thirdparty/openssl/conf.h
index 07793f17..07793f17 100644
--- a/include/openssl/conf.h
+++ b/thirdparty/openssl/conf.h
diff --git a/include/openssl/conf.h.in b/thirdparty/openssl/conf.h.in
index b0bd579a..b0bd579a 100644
--- a/include/openssl/conf.h.in
+++ b/thirdparty/openssl/conf.h.in
diff --git a/include/openssl/conf_api.h b/thirdparty/openssl/conf_api.h
index ed67d577..ed67d577 100644
--- a/include/openssl/conf_api.h
+++ b/thirdparty/openssl/conf_api.h
diff --git a/include/openssl/conferr.h b/thirdparty/openssl/conferr.h
index 496e2e1e..496e2e1e 100644
--- a/include/openssl/conferr.h
+++ b/thirdparty/openssl/conferr.h
diff --git a/include/openssl/configuration.h b/thirdparty/openssl/configuration.h
index d9662edd..d9662edd 100644
--- a/include/openssl/configuration.h
+++ b/thirdparty/openssl/configuration.h
diff --git a/include/openssl/configuration.h.in b/thirdparty/openssl/configuration.h.in
index b84dc1df..b84dc1df 100644
--- a/include/openssl/configuration.h.in
+++ b/thirdparty/openssl/configuration.h.in
diff --git a/include/openssl/conftypes.h b/thirdparty/openssl/conftypes.h
index 17cefaa4..17cefaa4 100644
--- a/include/openssl/conftypes.h
+++ b/thirdparty/openssl/conftypes.h
diff --git a/include/openssl/core.h b/thirdparty/openssl/core.h
index 9683ac70..9683ac70 100644
--- a/include/openssl/core.h
+++ b/thirdparty/openssl/core.h
diff --git a/include/openssl/core_dispatch.h b/thirdparty/openssl/core_dispatch.h
index 99fcda00..99fcda00 100644
--- a/include/openssl/core_dispatch.h
+++ b/thirdparty/openssl/core_dispatch.h
diff --git a/include/openssl/core_names.h b/thirdparty/openssl/core_names.h
index b549dae9..b549dae9 100644
--- a/include/openssl/core_names.h
+++ b/thirdparty/openssl/core_names.h
diff --git a/include/openssl/core_object.h b/thirdparty/openssl/core_object.h
index 62ccf39d..62ccf39d 100644
--- a/include/openssl/core_object.h
+++ b/thirdparty/openssl/core_object.h
diff --git a/include/openssl/crmf.h b/thirdparty/openssl/crmf.h
index b2a82edb..b2a82edb 100644
--- a/include/openssl/crmf.h
+++ b/thirdparty/openssl/crmf.h
diff --git a/include/openssl/crmf.h.in b/thirdparty/openssl/crmf.h.in
index 4d37ea6d..4d37ea6d 100644
--- a/include/openssl/crmf.h.in
+++ b/thirdparty/openssl/crmf.h.in
diff --git a/include/openssl/crmferr.h b/thirdparty/openssl/crmferr.h
index b242b922..b242b922 100644
--- a/include/openssl/crmferr.h
+++ b/thirdparty/openssl/crmferr.h
diff --git a/include/openssl/crypto.h b/thirdparty/openssl/crypto.h
index ef327f20..ef327f20 100644
--- a/include/openssl/crypto.h
+++ b/thirdparty/openssl/crypto.h
diff --git a/include/openssl/crypto.h.in b/thirdparty/openssl/crypto.h.in
index 724e2ca5..724e2ca5 100644
--- a/include/openssl/crypto.h.in
+++ b/thirdparty/openssl/crypto.h.in
diff --git a/include/openssl/cryptoerr.h b/thirdparty/openssl/cryptoerr.h
index c6a04d9b..c6a04d9b 100644
--- a/include/openssl/cryptoerr.h
+++ b/thirdparty/openssl/cryptoerr.h
diff --git a/include/openssl/cryptoerr_legacy.h b/thirdparty/openssl/cryptoerr_legacy.h
index ccab33a5..ccab33a5 100644
--- a/include/openssl/cryptoerr_legacy.h
+++ b/thirdparty/openssl/cryptoerr_legacy.h
diff --git a/include/openssl/ct.h b/thirdparty/openssl/ct.h
index 06c41b70..06c41b70 100644
--- a/include/openssl/ct.h
+++ b/thirdparty/openssl/ct.h
diff --git a/include/openssl/ct.h.in b/thirdparty/openssl/ct.h.in
index 16086b33..16086b33 100644
--- a/include/openssl/ct.h.in
+++ b/thirdparty/openssl/ct.h.in
diff --git a/include/openssl/cterr.h b/thirdparty/openssl/cterr.h
index 935d32d8..935d32d8 100644
--- a/include/openssl/cterr.h
+++ b/thirdparty/openssl/cterr.h
diff --git a/include/openssl/decoder.h b/thirdparty/openssl/decoder.h
index d4ee2cf4..d4ee2cf4 100644
--- a/include/openssl/decoder.h
+++ b/thirdparty/openssl/decoder.h
diff --git a/include/openssl/decodererr.h b/thirdparty/openssl/decodererr.h
index 4212a38b..4212a38b 100644
--- a/include/openssl/decodererr.h
+++ b/thirdparty/openssl/decodererr.h
diff --git a/include/openssl/des.h b/thirdparty/openssl/des.h
index 09798a61..09798a61 100644
--- a/include/openssl/des.h
+++ b/thirdparty/openssl/des.h
diff --git a/include/openssl/dh.h b/thirdparty/openssl/dh.h
index b97871ec..b97871ec 100644
--- a/include/openssl/dh.h
+++ b/thirdparty/openssl/dh.h
diff --git a/include/openssl/dherr.h b/thirdparty/openssl/dherr.h
index 5d2a762a..5d2a762a 100644
--- a/include/openssl/dherr.h
+++ b/thirdparty/openssl/dherr.h
diff --git a/include/openssl/dsa.h b/thirdparty/openssl/dsa.h
index 5c0e4cdd..5c0e4cdd 100644
--- a/include/openssl/dsa.h
+++ b/thirdparty/openssl/dsa.h
diff --git a/include/openssl/dsaerr.h b/thirdparty/openssl/dsaerr.h
index 5f0ca8d1..5f0ca8d1 100644
--- a/include/openssl/dsaerr.h
+++ b/thirdparty/openssl/dsaerr.h
diff --git a/include/openssl/dtls1.h b/thirdparty/openssl/dtls1.h
index 5dc6b541..5dc6b541 100644
--- a/include/openssl/dtls1.h
+++ b/thirdparty/openssl/dtls1.h
diff --git a/include/openssl/e_os2.h b/thirdparty/openssl/e_os2.h
index 67289092..67289092 100644
--- a/include/openssl/e_os2.h
+++ b/thirdparty/openssl/e_os2.h
diff --git a/include/openssl/ebcdic.h b/thirdparty/openssl/ebcdic.h
index e0ae1aa8..e0ae1aa8 100644
--- a/include/openssl/ebcdic.h
+++ b/thirdparty/openssl/ebcdic.h
diff --git a/include/openssl/ec.h b/thirdparty/openssl/ec.h
index f59b4f92..f59b4f92 100644
--- a/include/openssl/ec.h
+++ b/thirdparty/openssl/ec.h
diff --git a/include/openssl/ecdh.h b/thirdparty/openssl/ecdh.h
index 56bd4cc2..56bd4cc2 100644
--- a/include/openssl/ecdh.h
+++ b/thirdparty/openssl/ecdh.h
diff --git a/include/openssl/ecdsa.h b/thirdparty/openssl/ecdsa.h
index 56bd4cc2..56bd4cc2 100644
--- a/include/openssl/ecdsa.h
+++ b/thirdparty/openssl/ecdsa.h
diff --git a/include/openssl/ecerr.h b/thirdparty/openssl/ecerr.h
index 49088d20..49088d20 100644
--- a/include/openssl/ecerr.h
+++ b/thirdparty/openssl/ecerr.h
diff --git a/include/openssl/encoder.h b/thirdparty/openssl/encoder.h
index c37a6f16..c37a6f16 100644
--- a/include/openssl/encoder.h
+++ b/thirdparty/openssl/encoder.h
diff --git a/include/openssl/encodererr.h b/thirdparty/openssl/encodererr.h
index 5e318b14..5e318b14 100644
--- a/include/openssl/encodererr.h
+++ b/thirdparty/openssl/encodererr.h
diff --git a/include/openssl/engine.h b/thirdparty/openssl/engine.h
index 25c3cf7c..25c3cf7c 100644
--- a/include/openssl/engine.h
+++ b/thirdparty/openssl/engine.h
diff --git a/include/openssl/engineerr.h b/thirdparty/openssl/engineerr.h
index d439b682..d439b682 100644
--- a/include/openssl/engineerr.h
+++ b/thirdparty/openssl/engineerr.h
diff --git a/include/openssl/err.h b/thirdparty/openssl/err.h
index 3c7299db..3c7299db 100644
--- a/include/openssl/err.h
+++ b/thirdparty/openssl/err.h
diff --git a/include/openssl/err.h.in b/thirdparty/openssl/err.h.in
index 7ca0b970..7ca0b970 100644
--- a/include/openssl/err.h.in
+++ b/thirdparty/openssl/err.h.in
diff --git a/include/openssl/ess.h b/thirdparty/openssl/ess.h
index dad596a6..dad596a6 100644
--- a/include/openssl/ess.h
+++ b/thirdparty/openssl/ess.h
diff --git a/include/openssl/ess.h.in b/thirdparty/openssl/ess.h.in
index d1a685b9..d1a685b9 100644
--- a/include/openssl/ess.h.in
+++ b/thirdparty/openssl/ess.h.in
diff --git a/include/openssl/esserr.h b/thirdparty/openssl/esserr.h
index 165ce7c4..165ce7c4 100644
--- a/include/openssl/esserr.h
+++ b/thirdparty/openssl/esserr.h
diff --git a/include/openssl/evp.h b/thirdparty/openssl/evp.h
index 18503817..18503817 100644
--- a/include/openssl/evp.h
+++ b/thirdparty/openssl/evp.h
diff --git a/include/openssl/evperr.h b/thirdparty/openssl/evperr.h
index a5053f6c..a5053f6c 100644
--- a/include/openssl/evperr.h
+++ b/thirdparty/openssl/evperr.h
diff --git a/include/openssl/fips_names.h b/thirdparty/openssl/fips_names.h
index 0fdf5440..0fdf5440 100644
--- a/include/openssl/fips_names.h
+++ b/thirdparty/openssl/fips_names.h
diff --git a/include/openssl/fipskey.h b/thirdparty/openssl/fipskey.h
index ccc1d2f4..ccc1d2f4 100644
--- a/include/openssl/fipskey.h
+++ b/thirdparty/openssl/fipskey.h
diff --git a/include/openssl/fipskey.h.in b/thirdparty/openssl/fipskey.h.in
index 56b947e8..56b947e8 100644
--- a/include/openssl/fipskey.h.in
+++ b/thirdparty/openssl/fipskey.h.in
diff --git a/include/openssl/hmac.h b/thirdparty/openssl/hmac.h
index f9e1bff3..f9e1bff3 100644
--- a/include/openssl/hmac.h
+++ b/thirdparty/openssl/hmac.h
diff --git a/include/openssl/http.h b/thirdparty/openssl/http.h
index f7ab2142..f7ab2142 100644
--- a/include/openssl/http.h
+++ b/thirdparty/openssl/http.h
diff --git a/include/openssl/httperr.h b/thirdparty/openssl/httperr.h
index ee089592..ee089592 100644
--- a/include/openssl/httperr.h
+++ b/thirdparty/openssl/httperr.h
diff --git a/include/openssl/idea.h b/thirdparty/openssl/idea.h
index 1f9bb3b3..1f9bb3b3 100644
--- a/include/openssl/idea.h
+++ b/thirdparty/openssl/idea.h
diff --git a/include/openssl/kdf.h b/thirdparty/openssl/kdf.h
index 0983230a..0983230a 100644
--- a/include/openssl/kdf.h
+++ b/thirdparty/openssl/kdf.h
diff --git a/include/openssl/kdferr.h b/thirdparty/openssl/kdferr.h
index 963d766d..963d766d 100644
--- a/include/openssl/kdferr.h
+++ b/thirdparty/openssl/kdferr.h
diff --git a/include/openssl/lhash.h b/thirdparty/openssl/lhash.h
index 39dd6254..39dd6254 100644
--- a/include/openssl/lhash.h
+++ b/thirdparty/openssl/lhash.h
diff --git a/include/openssl/lhash.h.in b/thirdparty/openssl/lhash.h.in
index febefa3c..febefa3c 100644
--- a/include/openssl/lhash.h.in
+++ b/thirdparty/openssl/lhash.h.in
diff --git a/include/libssl_static.lib b/thirdparty/openssl/libssl_static.lib
index f7916421..f7916421 100644
--- a/include/libssl_static.lib
+++ b/thirdparty/openssl/libssl_static.lib
Binary files differ
diff --git a/include/openssl/macros.h b/thirdparty/openssl/macros.h
index a6bc3f1f..a6bc3f1f 100644
--- a/include/openssl/macros.h
+++ b/thirdparty/openssl/macros.h
diff --git a/include/openssl/md2.h b/thirdparty/openssl/md2.h
index 5d4cb77e..5d4cb77e 100644
--- a/include/openssl/md2.h
+++ b/thirdparty/openssl/md2.h
diff --git a/include/openssl/md4.h b/thirdparty/openssl/md4.h
index 6c150a6c..6c150a6c 100644
--- a/include/openssl/md4.h
+++ b/thirdparty/openssl/md4.h
diff --git a/include/openssl/md5.h b/thirdparty/openssl/md5.h
index 77a57734..77a57734 100644
--- a/include/openssl/md5.h
+++ b/thirdparty/openssl/md5.h
diff --git a/include/openssl/mdc2.h b/thirdparty/openssl/mdc2.h
index 5a7ee289..5a7ee289 100644
--- a/include/openssl/mdc2.h
+++ b/thirdparty/openssl/mdc2.h
diff --git a/include/openssl/modes.h b/thirdparty/openssl/modes.h
index e1907991..e1907991 100644
--- a/include/openssl/modes.h
+++ b/thirdparty/openssl/modes.h
diff --git a/include/openssl/obj_mac.h b/thirdparty/openssl/obj_mac.h
index 0e860276..0e860276 100644
--- a/include/openssl/obj_mac.h
+++ b/thirdparty/openssl/obj_mac.h
diff --git a/include/openssl/objects.h b/thirdparty/openssl/objects.h
index 9ea91c27..9ea91c27 100644
--- a/include/openssl/objects.h
+++ b/thirdparty/openssl/objects.h
diff --git a/include/openssl/objectserr.h b/thirdparty/openssl/objectserr.h
index 585217f6..585217f6 100644
--- a/include/openssl/objectserr.h
+++ b/thirdparty/openssl/objectserr.h
diff --git a/include/openssl/ocsp.h b/thirdparty/openssl/ocsp.h
index 5688381e..5688381e 100644
--- a/include/openssl/ocsp.h
+++ b/thirdparty/openssl/ocsp.h
diff --git a/include/openssl/ocsp.h.in b/thirdparty/openssl/ocsp.h.in
index e2cc2716..e2cc2716 100644
--- a/include/openssl/ocsp.h.in
+++ b/thirdparty/openssl/ocsp.h.in
diff --git a/include/openssl/ocsperr.h b/thirdparty/openssl/ocsperr.h
index 46a0523c..46a0523c 100644
--- a/include/openssl/ocsperr.h
+++ b/thirdparty/openssl/ocsperr.h
diff --git a/include/openssl/opensslconf.h b/thirdparty/openssl/opensslconf.h
index 1e83371f..1e83371f 100644
--- a/include/openssl/opensslconf.h
+++ b/thirdparty/openssl/opensslconf.h
diff --git a/include/openssl/opensslv.h b/thirdparty/openssl/opensslv.h
index 612d5aec..612d5aec 100644
--- a/include/openssl/opensslv.h
+++ b/thirdparty/openssl/opensslv.h
diff --git a/include/openssl/opensslv.h.in b/thirdparty/openssl/opensslv.h.in
index 3f47a2ac..3f47a2ac 100644
--- a/include/openssl/opensslv.h.in
+++ b/thirdparty/openssl/opensslv.h.in
diff --git a/include/openssl/ossl_typ.h b/thirdparty/openssl/ossl_typ.h
index 82a58988..82a58988 100644
--- a/include/openssl/ossl_typ.h
+++ b/thirdparty/openssl/ossl_typ.h
diff --git a/include/openssl/param_build.h b/thirdparty/openssl/param_build.h
index f29fdb29..f29fdb29 100644
--- a/include/openssl/param_build.h
+++ b/thirdparty/openssl/param_build.h
diff --git a/include/openssl/params.h b/thirdparty/openssl/params.h
index d75eab07..d75eab07 100644
--- a/include/openssl/params.h
+++ b/thirdparty/openssl/params.h
diff --git a/include/openssl/pem.h b/thirdparty/openssl/pem.h
index 80940dfa..80940dfa 100644
--- a/include/openssl/pem.h
+++ b/thirdparty/openssl/pem.h
diff --git a/include/openssl/pem2.h b/thirdparty/openssl/pem2.h
index a8a5325b..a8a5325b 100644
--- a/include/openssl/pem2.h
+++ b/thirdparty/openssl/pem2.h
diff --git a/include/openssl/pemerr.h b/thirdparty/openssl/pemerr.h
index 18f6d9ef..18f6d9ef 100644
--- a/include/openssl/pemerr.h
+++ b/thirdparty/openssl/pemerr.h
diff --git a/include/openssl/pkcs12.h b/thirdparty/openssl/pkcs12.h
index f0da0867..f0da0867 100644
--- a/include/openssl/pkcs12.h
+++ b/thirdparty/openssl/pkcs12.h
diff --git a/include/openssl/pkcs12.h.in b/thirdparty/openssl/pkcs12.h.in
index c98eebfb..c98eebfb 100644
--- a/include/openssl/pkcs12.h.in
+++ b/thirdparty/openssl/pkcs12.h.in
diff --git a/include/openssl/pkcs12err.h b/thirdparty/openssl/pkcs12err.h
index 933c8329..933c8329 100644
--- a/include/openssl/pkcs12err.h
+++ b/thirdparty/openssl/pkcs12err.h
diff --git a/include/openssl/pkcs7.h b/thirdparty/openssl/pkcs7.h
index 097d2dbb..097d2dbb 100644
--- a/include/openssl/pkcs7.h
+++ b/thirdparty/openssl/pkcs7.h
diff --git a/include/openssl/pkcs7.h.in b/thirdparty/openssl/pkcs7.h.in
index f5c55a3f..f5c55a3f 100644
--- a/include/openssl/pkcs7.h.in
+++ b/thirdparty/openssl/pkcs7.h.in
diff --git a/include/openssl/pkcs7err.h b/thirdparty/openssl/pkcs7err.h
index ceb1a501..ceb1a501 100644
--- a/include/openssl/pkcs7err.h
+++ b/thirdparty/openssl/pkcs7err.h
diff --git a/include/openssl/prov_ssl.h b/thirdparty/openssl/prov_ssl.h
index d3e0896c..d3e0896c 100644
--- a/include/openssl/prov_ssl.h
+++ b/thirdparty/openssl/prov_ssl.h
diff --git a/include/openssl/proverr.h b/thirdparty/openssl/proverr.h
index ad67a8f8..ad67a8f8 100644
--- a/include/openssl/proverr.h
+++ b/thirdparty/openssl/proverr.h
diff --git a/include/openssl/provider.h b/thirdparty/openssl/provider.h
index dc86ff58..dc86ff58 100644
--- a/include/openssl/provider.h
+++ b/thirdparty/openssl/provider.h
diff --git a/include/openssl/rand.h b/thirdparty/openssl/rand.h
index ad3054fd..ad3054fd 100644
--- a/include/openssl/rand.h
+++ b/thirdparty/openssl/rand.h
diff --git a/include/openssl/randerr.h b/thirdparty/openssl/randerr.h
index b5e08e43..b5e08e43 100644
--- a/include/openssl/randerr.h
+++ b/thirdparty/openssl/randerr.h
diff --git a/include/openssl/rc2.h b/thirdparty/openssl/rc2.h
index ff633fd8..ff633fd8 100644
--- a/include/openssl/rc2.h
+++ b/thirdparty/openssl/rc2.h
diff --git a/include/openssl/rc4.h b/thirdparty/openssl/rc4.h
index 600b2885..600b2885 100644
--- a/include/openssl/rc4.h
+++ b/thirdparty/openssl/rc4.h
diff --git a/include/openssl/rc5.h b/thirdparty/openssl/rc5.h
index de833523..de833523 100644
--- a/include/openssl/rc5.h
+++ b/thirdparty/openssl/rc5.h
diff --git a/include/openssl/ripemd.h b/thirdparty/openssl/ripemd.h
index 900ee317..900ee317 100644
--- a/include/openssl/ripemd.h
+++ b/thirdparty/openssl/ripemd.h
diff --git a/include/openssl/rsa.h b/thirdparty/openssl/rsa.h
index a55c9727..a55c9727 100644
--- a/include/openssl/rsa.h
+++ b/thirdparty/openssl/rsa.h
diff --git a/include/openssl/rsaerr.h b/thirdparty/openssl/rsaerr.h
index c58463c7..c58463c7 100644
--- a/include/openssl/rsaerr.h
+++ b/thirdparty/openssl/rsaerr.h
diff --git a/include/openssl/safestack.h b/thirdparty/openssl/safestack.h
index 159ccf2a..159ccf2a 100644
--- a/include/openssl/safestack.h
+++ b/thirdparty/openssl/safestack.h
diff --git a/include/openssl/safestack.h.in b/thirdparty/openssl/safestack.h.in
index 6b366079..6b366079 100644
--- a/include/openssl/safestack.h.in
+++ b/thirdparty/openssl/safestack.h.in
diff --git a/include/openssl/seed.h b/thirdparty/openssl/seed.h
index edb218ae..edb218ae 100644
--- a/include/openssl/seed.h
+++ b/thirdparty/openssl/seed.h
diff --git a/include/openssl/self_test.h b/thirdparty/openssl/self_test.h
index 77c600a0..77c600a0 100644
--- a/include/openssl/self_test.h
+++ b/thirdparty/openssl/self_test.h
diff --git a/include/openssl/sha.h b/thirdparty/openssl/sha.h
index 6e65a040..6e65a040 100644
--- a/include/openssl/sha.h
+++ b/thirdparty/openssl/sha.h
diff --git a/include/openssl/srp.h b/thirdparty/openssl/srp.h
index a86fa5d2..a86fa5d2 100644
--- a/include/openssl/srp.h
+++ b/thirdparty/openssl/srp.h
diff --git a/include/openssl/srp.h.in b/thirdparty/openssl/srp.h.in
index dfbe845b..dfbe845b 100644
--- a/include/openssl/srp.h.in
+++ b/thirdparty/openssl/srp.h.in
diff --git a/include/openssl/srtp.h b/thirdparty/openssl/srtp.h
index d64606e5..d64606e5 100644
--- a/include/openssl/srtp.h
+++ b/thirdparty/openssl/srtp.h
diff --git a/include/openssl/ssl.h b/thirdparty/openssl/ssl.h
index 0763a33c..0763a33c 100644
--- a/include/openssl/ssl.h
+++ b/thirdparty/openssl/ssl.h
diff --git a/include/openssl/ssl.h.in b/thirdparty/openssl/ssl.h.in
index 9c00eb3d..9c00eb3d 100644
--- a/include/openssl/ssl.h.in
+++ b/thirdparty/openssl/ssl.h.in
diff --git a/include/openssl/ssl2.h b/thirdparty/openssl/ssl2.h
index 428ead05..428ead05 100644
--- a/include/openssl/ssl2.h
+++ b/thirdparty/openssl/ssl2.h
diff --git a/include/openssl/ssl3.h b/thirdparty/openssl/ssl3.h
index 49bd51f2..49bd51f2 100644
--- a/include/openssl/ssl3.h
+++ b/thirdparty/openssl/ssl3.h
diff --git a/include/openssl/sslerr.h b/thirdparty/openssl/sslerr.h
index a4746d70..a4746d70 100644
--- a/include/openssl/sslerr.h
+++ b/thirdparty/openssl/sslerr.h
diff --git a/include/openssl/sslerr_legacy.h b/thirdparty/openssl/sslerr_legacy.h
index ccf6d3b3..ccf6d3b3 100644
--- a/include/openssl/sslerr_legacy.h
+++ b/thirdparty/openssl/sslerr_legacy.h
diff --git a/include/openssl/stack.h b/thirdparty/openssl/stack.h
index f0c5c547..f0c5c547 100644
--- a/include/openssl/stack.h
+++ b/thirdparty/openssl/stack.h
diff --git a/include/openssl/store.h b/thirdparty/openssl/store.h
index 3c1445e0..3c1445e0 100644
--- a/include/openssl/store.h
+++ b/thirdparty/openssl/store.h
diff --git a/include/openssl/storeerr.h b/thirdparty/openssl/storeerr.h
index 00529c88..00529c88 100644
--- a/include/openssl/storeerr.h
+++ b/thirdparty/openssl/storeerr.h
diff --git a/include/openssl/symhacks.h b/thirdparty/openssl/symhacks.h
index 816f8f99..816f8f99 100644
--- a/include/openssl/symhacks.h
+++ b/thirdparty/openssl/symhacks.h
diff --git a/include/openssl/tls1.h b/thirdparty/openssl/tls1.h
index d6e9331f..d6e9331f 100644
--- a/include/openssl/tls1.h
+++ b/thirdparty/openssl/tls1.h
diff --git a/include/openssl/trace.h b/thirdparty/openssl/trace.h
index 28200133..28200133 100644
--- a/include/openssl/trace.h
+++ b/thirdparty/openssl/trace.h
diff --git a/include/openssl/ts.h b/thirdparty/openssl/ts.h
index 5136e4e9..5136e4e9 100644
--- a/include/openssl/ts.h
+++ b/thirdparty/openssl/ts.h
diff --git a/include/openssl/tserr.h b/thirdparty/openssl/tserr.h
index e1b943e4..e1b943e4 100644
--- a/include/openssl/tserr.h
+++ b/thirdparty/openssl/tserr.h
diff --git a/include/openssl/txt_db.h b/thirdparty/openssl/txt_db.h
index af169a30..af169a30 100644
--- a/include/openssl/txt_db.h
+++ b/thirdparty/openssl/txt_db.h
diff --git a/include/openssl/types.h b/thirdparty/openssl/types.h
index de9f1665..de9f1665 100644
--- a/include/openssl/types.h
+++ b/thirdparty/openssl/types.h
diff --git a/include/openssl/ui.h b/thirdparty/openssl/ui.h
index 835b0eba..835b0eba 100644
--- a/include/openssl/ui.h
+++ b/thirdparty/openssl/ui.h
diff --git a/include/openssl/ui.h.in b/thirdparty/openssl/ui.h.in
index eb9a580f..eb9a580f 100644
--- a/include/openssl/ui.h.in
+++ b/thirdparty/openssl/ui.h.in
diff --git a/include/openssl/uierr.h b/thirdparty/openssl/uierr.h
index 473b04ed..473b04ed 100644
--- a/include/openssl/uierr.h
+++ b/thirdparty/openssl/uierr.h
diff --git a/include/openssl/whrlpool.h b/thirdparty/openssl/whrlpool.h
index 05ba4632..05ba4632 100644
--- a/include/openssl/whrlpool.h
+++ b/thirdparty/openssl/whrlpool.h
diff --git a/include/openssl/x509.h b/thirdparty/openssl/x509.h
index db57a9bf..db57a9bf 100644
--- a/include/openssl/x509.h
+++ b/thirdparty/openssl/x509.h
diff --git a/include/openssl/x509.h.in b/thirdparty/openssl/x509.h.in
index b4efbb55..b4efbb55 100644
--- a/include/openssl/x509.h.in
+++ b/thirdparty/openssl/x509.h.in
diff --git a/include/openssl/x509_vfy.h b/thirdparty/openssl/x509_vfy.h
index e04df0d3..e04df0d3 100644
--- a/include/openssl/x509_vfy.h
+++ b/thirdparty/openssl/x509_vfy.h
diff --git a/include/openssl/x509_vfy.h.in b/thirdparty/openssl/x509_vfy.h.in
index 80f18bd7..80f18bd7 100644
--- a/include/openssl/x509_vfy.h.in
+++ b/thirdparty/openssl/x509_vfy.h.in
diff --git a/include/openssl/x509err.h b/thirdparty/openssl/x509err.h
index a56facd4..a56facd4 100644
--- a/include/openssl/x509err.h
+++ b/thirdparty/openssl/x509err.h
diff --git a/include/openssl/x509v3.h b/thirdparty/openssl/x509v3.h
index 78c390b3..78c390b3 100644
--- a/include/openssl/x509v3.h
+++ b/thirdparty/openssl/x509v3.h
diff --git a/include/openssl/x509v3.h.in b/thirdparty/openssl/x509v3.h.in
index d00a66a3..d00a66a3 100644
--- a/include/openssl/x509v3.h.in
+++ b/thirdparty/openssl/x509v3.h.in
diff --git a/include/openssl/x509v3err.h b/thirdparty/openssl/x509v3err.h
index 1ae3a562..1ae3a562 100644
--- a/include/openssl/x509v3err.h
+++ b/thirdparty/openssl/x509v3err.h
diff --git a/include/rapidjson/allocators.h b/thirdparty/rapidjson/allocators.h
index 98affe03..98affe03 100644
--- a/include/rapidjson/allocators.h
+++ b/thirdparty/rapidjson/allocators.h
diff --git a/include/rapidjson/document.h b/thirdparty/rapidjson/document.h
index e3e20dfb..e3e20dfb 100644
--- a/include/rapidjson/document.h
+++ b/thirdparty/rapidjson/document.h
diff --git a/include/rapidjson/encodedstream.h b/thirdparty/rapidjson/encodedstream.h
index 14506838..14506838 100644
--- a/include/rapidjson/encodedstream.h
+++ b/thirdparty/rapidjson/encodedstream.h
diff --git a/include/rapidjson/encodings.h b/thirdparty/rapidjson/encodings.h
index baa7c2b1..baa7c2b1 100644
--- a/include/rapidjson/encodings.h
+++ b/thirdparty/rapidjson/encodings.h
diff --git a/include/rapidjson/error/en.h b/thirdparty/rapidjson/error/en.h
index 2db838bf..2db838bf 100644
--- a/include/rapidjson/error/en.h
+++ b/thirdparty/rapidjson/error/en.h
diff --git a/include/rapidjson/error/error.h b/thirdparty/rapidjson/error/error.h
index 95cb31a7..95cb31a7 100644
--- a/include/rapidjson/error/error.h
+++ b/thirdparty/rapidjson/error/error.h
diff --git a/include/rapidjson/filereadstream.h b/thirdparty/rapidjson/filereadstream.h
index b56ea13b..b56ea13b 100644
--- a/include/rapidjson/filereadstream.h
+++ b/thirdparty/rapidjson/filereadstream.h
diff --git a/include/rapidjson/filewritestream.h b/thirdparty/rapidjson/filewritestream.h
index 6378dd60..6378dd60 100644
--- a/include/rapidjson/filewritestream.h
+++ b/thirdparty/rapidjson/filewritestream.h
diff --git a/include/rapidjson/fwd.h b/thirdparty/rapidjson/fwd.h
index e8104e84..e8104e84 100644
--- a/include/rapidjson/fwd.h
+++ b/thirdparty/rapidjson/fwd.h
diff --git a/include/rapidjson/internal/biginteger.h b/thirdparty/rapidjson/internal/biginteger.h
index 9d3e88c9..9d3e88c9 100644
--- a/include/rapidjson/internal/biginteger.h
+++ b/thirdparty/rapidjson/internal/biginteger.h
diff --git a/include/rapidjson/internal/diyfp.h b/thirdparty/rapidjson/internal/diyfp.h
index c9fefdc6..c9fefdc6 100644
--- a/include/rapidjson/internal/diyfp.h
+++ b/thirdparty/rapidjson/internal/diyfp.h
diff --git a/include/rapidjson/internal/dtoa.h b/thirdparty/rapidjson/internal/dtoa.h
index 8d6350e6..8d6350e6 100644
--- a/include/rapidjson/internal/dtoa.h
+++ b/thirdparty/rapidjson/internal/dtoa.h
diff --git a/include/rapidjson/internal/ieee754.h b/thirdparty/rapidjson/internal/ieee754.h
index 82bb0b99..82bb0b99 100644
--- a/include/rapidjson/internal/ieee754.h
+++ b/thirdparty/rapidjson/internal/ieee754.h
diff --git a/include/rapidjson/internal/itoa.h b/thirdparty/rapidjson/internal/itoa.h
index 01a4e7e7..01a4e7e7 100644
--- a/include/rapidjson/internal/itoa.h
+++ b/thirdparty/rapidjson/internal/itoa.h
diff --git a/include/rapidjson/internal/meta.h b/thirdparty/rapidjson/internal/meta.h
index 5a9aaa42..5a9aaa42 100644
--- a/include/rapidjson/internal/meta.h
+++ b/thirdparty/rapidjson/internal/meta.h
diff --git a/include/rapidjson/internal/pow10.h b/thirdparty/rapidjson/internal/pow10.h
index 02f475d7..02f475d7 100644
--- a/include/rapidjson/internal/pow10.h
+++ b/thirdparty/rapidjson/internal/pow10.h
diff --git a/include/rapidjson/internal/regex.h b/thirdparty/rapidjson/internal/regex.h
index 422a5240..422a5240 100644
--- a/include/rapidjson/internal/regex.h
+++ b/thirdparty/rapidjson/internal/regex.h
diff --git a/include/rapidjson/internal/stack.h b/thirdparty/rapidjson/internal/stack.h
index 022c9aab..022c9aab 100644
--- a/include/rapidjson/internal/stack.h
+++ b/thirdparty/rapidjson/internal/stack.h
diff --git a/include/rapidjson/internal/strfunc.h b/thirdparty/rapidjson/internal/strfunc.h
index 2edfae52..2edfae52 100644
--- a/include/rapidjson/internal/strfunc.h
+++ b/thirdparty/rapidjson/internal/strfunc.h
diff --git a/include/rapidjson/internal/strtod.h b/thirdparty/rapidjson/internal/strtod.h
index 289c413b..289c413b 100644
--- a/include/rapidjson/internal/strtod.h
+++ b/thirdparty/rapidjson/internal/strtod.h
diff --git a/include/rapidjson/internal/swap.h b/thirdparty/rapidjson/internal/swap.h
index 666e49f9..666e49f9 100644
--- a/include/rapidjson/internal/swap.h
+++ b/thirdparty/rapidjson/internal/swap.h
diff --git a/include/rapidjson/istreamwrapper.h b/thirdparty/rapidjson/istreamwrapper.h
index f5fe2897..f5fe2897 100644
--- a/include/rapidjson/istreamwrapper.h
+++ b/thirdparty/rapidjson/istreamwrapper.h
diff --git a/include/rapidjson/memorybuffer.h b/thirdparty/rapidjson/memorybuffer.h
index 39bee1de..39bee1de 100644
--- a/include/rapidjson/memorybuffer.h
+++ b/thirdparty/rapidjson/memorybuffer.h
diff --git a/include/rapidjson/memorystream.h b/thirdparty/rapidjson/memorystream.h
index 1d71d8a4..1d71d8a4 100644
--- a/include/rapidjson/memorystream.h
+++ b/thirdparty/rapidjson/memorystream.h
diff --git a/include/rapidjson/msinttypes/inttypes.h b/thirdparty/rapidjson/msinttypes/inttypes.h
index 18111286..18111286 100644
--- a/include/rapidjson/msinttypes/inttypes.h
+++ b/thirdparty/rapidjson/msinttypes/inttypes.h
diff --git a/include/rapidjson/msinttypes/stdint.h b/thirdparty/rapidjson/msinttypes/stdint.h
index 3d4477b9..3d4477b9 100644
--- a/include/rapidjson/msinttypes/stdint.h
+++ b/thirdparty/rapidjson/msinttypes/stdint.h
diff --git a/include/rapidjson/ostreamwrapper.h b/thirdparty/rapidjson/ostreamwrapper.h
index 6f4667c0..6f4667c0 100644
--- a/include/rapidjson/ostreamwrapper.h
+++ b/thirdparty/rapidjson/ostreamwrapper.h
diff --git a/include/rapidjson/pointer.h b/thirdparty/rapidjson/pointer.h
index 0206ac1c..0206ac1c 100644
--- a/include/rapidjson/pointer.h
+++ b/thirdparty/rapidjson/pointer.h
diff --git a/include/rapidjson/prettywriter.h b/thirdparty/rapidjson/prettywriter.h
index 0dcb0fee..0dcb0fee 100644
--- a/include/rapidjson/prettywriter.h
+++ b/thirdparty/rapidjson/prettywriter.h
diff --git a/include/rapidjson/rapidjson.h b/thirdparty/rapidjson/rapidjson.h
index 053b2ce4..053b2ce4 100644
--- a/include/rapidjson/rapidjson.h
+++ b/thirdparty/rapidjson/rapidjson.h
diff --git a/include/rapidjson/reader.h b/thirdparty/rapidjson/reader.h
index 19f8849b..19f8849b 100644
--- a/include/rapidjson/reader.h
+++ b/thirdparty/rapidjson/reader.h
diff --git a/include/rapidjson/schema.h b/thirdparty/rapidjson/schema.h
index b182aa27..b182aa27 100644
--- a/include/rapidjson/schema.h
+++ b/thirdparty/rapidjson/schema.h
diff --git a/include/rapidjson/stream.h b/thirdparty/rapidjson/stream.h
index fef82c25..fef82c25 100644
--- a/include/rapidjson/stream.h
+++ b/thirdparty/rapidjson/stream.h
diff --git a/include/rapidjson/stringbuffer.h b/thirdparty/rapidjson/stringbuffer.h
index 78f34d20..78f34d20 100644
--- a/include/rapidjson/stringbuffer.h
+++ b/thirdparty/rapidjson/stringbuffer.h
diff --git a/include/rapidjson/writer.h b/thirdparty/rapidjson/writer.h
index 94f22dd5..94f22dd5 100644
--- a/include/rapidjson/writer.h
+++ b/thirdparty/rapidjson/writer.h
diff --git a/include/spdlog/async.h b/thirdparty/spdlog/async.h
index f7956305..f7956305 100644
--- a/include/spdlog/async.h
+++ b/thirdparty/spdlog/async.h
diff --git a/include/spdlog/async_logger-inl.h b/thirdparty/spdlog/async_logger-inl.h
index f8c9694c..f8c9694c 100644
--- a/include/spdlog/async_logger-inl.h
+++ b/thirdparty/spdlog/async_logger-inl.h
diff --git a/include/spdlog/async_logger.h b/thirdparty/spdlog/async_logger.h
index 6f299672..6f299672 100644
--- a/include/spdlog/async_logger.h
+++ b/thirdparty/spdlog/async_logger.h
diff --git a/include/spdlog/cfg/argv.h b/thirdparty/spdlog/cfg/argv.h
index 36d9f1c4..36d9f1c4 100644
--- a/include/spdlog/cfg/argv.h
+++ b/thirdparty/spdlog/cfg/argv.h
diff --git a/include/spdlog/cfg/env.h b/thirdparty/spdlog/cfg/env.h
index 1f39ebbb..1f39ebbb 100644
--- a/include/spdlog/cfg/env.h
+++ b/thirdparty/spdlog/cfg/env.h
diff --git a/include/spdlog/cfg/helpers-inl.h b/thirdparty/spdlog/cfg/helpers-inl.h
index 9e4daede..9e4daede 100644
--- a/include/spdlog/cfg/helpers-inl.h
+++ b/thirdparty/spdlog/cfg/helpers-inl.h
diff --git a/include/spdlog/cfg/helpers.h b/thirdparty/spdlog/cfg/helpers.h
index a795f39a..a795f39a 100644
--- a/include/spdlog/cfg/helpers.h
+++ b/thirdparty/spdlog/cfg/helpers.h
diff --git a/include/spdlog/common-inl.h b/thirdparty/spdlog/common-inl.h
index 378efe60..378efe60 100644
--- a/include/spdlog/common-inl.h
+++ b/thirdparty/spdlog/common-inl.h
diff --git a/include/spdlog/common.h b/thirdparty/spdlog/common.h
index fb9a3660..fb9a3660 100644
--- a/include/spdlog/common.h
+++ b/thirdparty/spdlog/common.h
diff --git a/include/spdlog/details/backtracer-inl.h b/thirdparty/spdlog/details/backtracer-inl.h
index 21553c26..21553c26 100644
--- a/include/spdlog/details/backtracer-inl.h
+++ b/thirdparty/spdlog/details/backtracer-inl.h
diff --git a/include/spdlog/details/backtracer.h b/thirdparty/spdlog/details/backtracer.h
index 1da5d4c7..1da5d4c7 100644
--- a/include/spdlog/details/backtracer.h
+++ b/thirdparty/spdlog/details/backtracer.h
diff --git a/include/spdlog/details/circular_q.h b/thirdparty/spdlog/details/circular_q.h
index 1f2712e7..1f2712e7 100644
--- a/include/spdlog/details/circular_q.h
+++ b/thirdparty/spdlog/details/circular_q.h
diff --git a/include/spdlog/details/console_globals.h b/thirdparty/spdlog/details/console_globals.h
index 665201dd..665201dd 100644
--- a/include/spdlog/details/console_globals.h
+++ b/thirdparty/spdlog/details/console_globals.h
diff --git a/include/spdlog/details/file_helper-inl.h b/thirdparty/spdlog/details/file_helper-inl.h
index 30f3cf55..30f3cf55 100644
--- a/include/spdlog/details/file_helper-inl.h
+++ b/thirdparty/spdlog/details/file_helper-inl.h
diff --git a/include/spdlog/details/file_helper.h b/thirdparty/spdlog/details/file_helper.h
index 5395d9cb..5395d9cb 100644
--- a/include/spdlog/details/file_helper.h
+++ b/thirdparty/spdlog/details/file_helper.h
diff --git a/include/spdlog/details/fmt_helper.h b/thirdparty/spdlog/details/fmt_helper.h
index 5dc311a0..5dc311a0 100644
--- a/include/spdlog/details/fmt_helper.h
+++ b/thirdparty/spdlog/details/fmt_helper.h
diff --git a/include/spdlog/details/log_msg-inl.h b/thirdparty/spdlog/details/log_msg-inl.h
index af11e0da..af11e0da 100644
--- a/include/spdlog/details/log_msg-inl.h
+++ b/thirdparty/spdlog/details/log_msg-inl.h
diff --git a/include/spdlog/details/log_msg.h b/thirdparty/spdlog/details/log_msg.h
index 834ca4df..834ca4df 100644
--- a/include/spdlog/details/log_msg.h
+++ b/thirdparty/spdlog/details/log_msg.h
diff --git a/include/spdlog/details/log_msg_buffer-inl.h b/thirdparty/spdlog/details/log_msg_buffer-inl.h
index ca9429bb..ca9429bb 100644
--- a/include/spdlog/details/log_msg_buffer-inl.h
+++ b/thirdparty/spdlog/details/log_msg_buffer-inl.h
diff --git a/include/spdlog/details/log_msg_buffer.h b/thirdparty/spdlog/details/log_msg_buffer.h
index 4410110f..4410110f 100644
--- a/include/spdlog/details/log_msg_buffer.h
+++ b/thirdparty/spdlog/details/log_msg_buffer.h
diff --git a/include/spdlog/details/mpmc_blocking_q.h b/thirdparty/spdlog/details/mpmc_blocking_q.h
index 5c3cca76..5c3cca76 100644
--- a/include/spdlog/details/mpmc_blocking_q.h
+++ b/thirdparty/spdlog/details/mpmc_blocking_q.h
diff --git a/include/spdlog/details/null_mutex.h b/thirdparty/spdlog/details/null_mutex.h
index 83533d4f..83533d4f 100644
--- a/include/spdlog/details/null_mutex.h
+++ b/thirdparty/spdlog/details/null_mutex.h
diff --git a/include/spdlog/details/os-inl.h b/thirdparty/spdlog/details/os-inl.h
index a701e13f..a701e13f 100644
--- a/include/spdlog/details/os-inl.h
+++ b/thirdparty/spdlog/details/os-inl.h
diff --git a/include/spdlog/details/os.h b/thirdparty/spdlog/details/os.h
index 9fda1447..9fda1447 100644
--- a/include/spdlog/details/os.h
+++ b/thirdparty/spdlog/details/os.h
diff --git a/include/spdlog/details/periodic_worker-inl.h b/thirdparty/spdlog/details/periodic_worker-inl.h
index 1d794994..1d794994 100644
--- a/include/spdlog/details/periodic_worker-inl.h
+++ b/thirdparty/spdlog/details/periodic_worker-inl.h
diff --git a/include/spdlog/details/periodic_worker.h b/thirdparty/spdlog/details/periodic_worker.h
index 42373665..42373665 100644
--- a/include/spdlog/details/periodic_worker.h
+++ b/thirdparty/spdlog/details/periodic_worker.h
diff --git a/include/spdlog/details/registry-inl.h b/thirdparty/spdlog/details/registry-inl.h
index a60faabc..a60faabc 100644
--- a/include/spdlog/details/registry-inl.h
+++ b/thirdparty/spdlog/details/registry-inl.h
diff --git a/include/spdlog/details/registry.h b/thirdparty/spdlog/details/registry.h
index b069c3f5..b069c3f5 100644
--- a/include/spdlog/details/registry.h
+++ b/thirdparty/spdlog/details/registry.h
diff --git a/include/spdlog/details/synchronous_factory.h b/thirdparty/spdlog/details/synchronous_factory.h
index e1e42268..e1e42268 100644
--- a/include/spdlog/details/synchronous_factory.h
+++ b/thirdparty/spdlog/details/synchronous_factory.h
diff --git a/include/spdlog/details/tcp_client-windows.h b/thirdparty/spdlog/details/tcp_client-windows.h
index 7ee72927..7ee72927 100644
--- a/include/spdlog/details/tcp_client-windows.h
+++ b/thirdparty/spdlog/details/tcp_client-windows.h
diff --git a/include/spdlog/details/tcp_client.h b/thirdparty/spdlog/details/tcp_client.h
index 9f3bb99e..9f3bb99e 100644
--- a/include/spdlog/details/tcp_client.h
+++ b/thirdparty/spdlog/details/tcp_client.h
diff --git a/include/spdlog/details/thread_pool-inl.h b/thirdparty/spdlog/details/thread_pool-inl.h
index c1df4361..c1df4361 100644
--- a/include/spdlog/details/thread_pool-inl.h
+++ b/thirdparty/spdlog/details/thread_pool-inl.h
diff --git a/include/spdlog/details/thread_pool.h b/thirdparty/spdlog/details/thread_pool.h
index 61e25252..61e25252 100644
--- a/include/spdlog/details/thread_pool.h
+++ b/thirdparty/spdlog/details/thread_pool.h
diff --git a/include/spdlog/details/windows_include.h b/thirdparty/spdlog/details/windows_include.h
index 6a2f14f9..6a2f14f9 100644
--- a/include/spdlog/details/windows_include.h
+++ b/thirdparty/spdlog/details/windows_include.h
diff --git a/include/spdlog/fmt/bin_to_hex.h b/thirdparty/spdlog/fmt/bin_to_hex.h
index 1e2b054b..1e2b054b 100644
--- a/include/spdlog/fmt/bin_to_hex.h
+++ b/thirdparty/spdlog/fmt/bin_to_hex.h
diff --git a/include/spdlog/fmt/bundled/LICENSE.rst b/thirdparty/spdlog/fmt/bundled/LICENSE.rst
index f0ec3db4..f0ec3db4 100644
--- a/include/spdlog/fmt/bundled/LICENSE.rst
+++ b/thirdparty/spdlog/fmt/bundled/LICENSE.rst
diff --git a/include/spdlog/fmt/bundled/chrono.h b/thirdparty/spdlog/fmt/bundled/chrono.h
index bdfe2aa0..bdfe2aa0 100644
--- a/include/spdlog/fmt/bundled/chrono.h
+++ b/thirdparty/spdlog/fmt/bundled/chrono.h
diff --git a/include/spdlog/fmt/bundled/color.h b/thirdparty/spdlog/fmt/bundled/color.h
index 94e3419d..94e3419d 100644
--- a/include/spdlog/fmt/bundled/color.h
+++ b/thirdparty/spdlog/fmt/bundled/color.h
diff --git a/include/spdlog/fmt/bundled/compile.h b/thirdparty/spdlog/fmt/bundled/compile.h
index 3a33b020..3a33b020 100644
--- a/include/spdlog/fmt/bundled/compile.h
+++ b/thirdparty/spdlog/fmt/bundled/compile.h
diff --git a/include/spdlog/fmt/bundled/core.h b/thirdparty/spdlog/fmt/bundled/core.h
index 0a81e0cc..0a81e0cc 100644
--- a/include/spdlog/fmt/bundled/core.h
+++ b/thirdparty/spdlog/fmt/bundled/core.h
diff --git a/include/spdlog/fmt/bundled/format-inl.h b/thirdparty/spdlog/fmt/bundled/format-inl.h
index 8f2fe735..8f2fe735 100644
--- a/include/spdlog/fmt/bundled/format-inl.h
+++ b/thirdparty/spdlog/fmt/bundled/format-inl.h
diff --git a/include/spdlog/fmt/bundled/format.h b/thirdparty/spdlog/fmt/bundled/format.h
index 1a037b02..1a037b02 100644
--- a/include/spdlog/fmt/bundled/format.h
+++ b/thirdparty/spdlog/fmt/bundled/format.h
diff --git a/include/spdlog/fmt/bundled/locale.h b/thirdparty/spdlog/fmt/bundled/locale.h
index 7301bf92..7301bf92 100644
--- a/include/spdlog/fmt/bundled/locale.h
+++ b/thirdparty/spdlog/fmt/bundled/locale.h
diff --git a/include/spdlog/fmt/bundled/os.h b/thirdparty/spdlog/fmt/bundled/os.h
index d44ea0c9..d44ea0c9 100644
--- a/include/spdlog/fmt/bundled/os.h
+++ b/thirdparty/spdlog/fmt/bundled/os.h
diff --git a/include/spdlog/fmt/bundled/ostream.h b/thirdparty/spdlog/fmt/bundled/ostream.h
index 29c58ec1..29c58ec1 100644
--- a/include/spdlog/fmt/bundled/ostream.h
+++ b/thirdparty/spdlog/fmt/bundled/ostream.h
diff --git a/include/spdlog/fmt/bundled/posix.h b/thirdparty/spdlog/fmt/bundled/posix.h
index da19e9d5..da19e9d5 100644
--- a/include/spdlog/fmt/bundled/posix.h
+++ b/thirdparty/spdlog/fmt/bundled/posix.h
diff --git a/include/spdlog/fmt/bundled/printf.h b/thirdparty/spdlog/fmt/bundled/printf.h
index 8c28ac23..8c28ac23 100644
--- a/include/spdlog/fmt/bundled/printf.h
+++ b/thirdparty/spdlog/fmt/bundled/printf.h
diff --git a/include/spdlog/fmt/bundled/ranges.h b/thirdparty/spdlog/fmt/bundled/ranges.h
index 632f0494..632f0494 100644
--- a/include/spdlog/fmt/bundled/ranges.h
+++ b/thirdparty/spdlog/fmt/bundled/ranges.h
diff --git a/include/spdlog/fmt/chrono.h b/thirdparty/spdlog/fmt/chrono.h
index e1fb7a06..e1fb7a06 100644
--- a/include/spdlog/fmt/chrono.h
+++ b/thirdparty/spdlog/fmt/chrono.h
diff --git a/include/spdlog/fmt/fmt.h b/thirdparty/spdlog/fmt/fmt.h
index ec10ac33..ec10ac33 100644
--- a/include/spdlog/fmt/fmt.h
+++ b/thirdparty/spdlog/fmt/fmt.h
diff --git a/include/spdlog/fmt/ostr.h b/thirdparty/spdlog/fmt/ostr.h
index f82eb679..f82eb679 100644
--- a/include/spdlog/fmt/ostr.h
+++ b/thirdparty/spdlog/fmt/ostr.h
diff --git a/include/spdlog/formatter.h b/thirdparty/spdlog/formatter.h
index 5086fb21..5086fb21 100644
--- a/include/spdlog/formatter.h
+++ b/thirdparty/spdlog/formatter.h
diff --git a/include/spdlog/fwd.h b/thirdparty/spdlog/fwd.h
index cc05ddd4..cc05ddd4 100644
--- a/include/spdlog/fwd.h
+++ b/thirdparty/spdlog/fwd.h
diff --git a/include/spdlog/logger-inl.h b/thirdparty/spdlog/logger-inl.h
index d01c08da..d01c08da 100644
--- a/include/spdlog/logger-inl.h
+++ b/thirdparty/spdlog/logger-inl.h
diff --git a/include/spdlog/logger.h b/thirdparty/spdlog/logger.h
index a34c5221..a34c5221 100644
--- a/include/spdlog/logger.h
+++ b/thirdparty/spdlog/logger.h
diff --git a/include/spdlog/pattern_formatter-inl.h b/thirdparty/spdlog/pattern_formatter-inl.h
index 54346e1e..54346e1e 100644
--- a/include/spdlog/pattern_formatter-inl.h
+++ b/thirdparty/spdlog/pattern_formatter-inl.h
diff --git a/include/spdlog/pattern_formatter.h b/thirdparty/spdlog/pattern_formatter.h
index bc13ae10..bc13ae10 100644
--- a/include/spdlog/pattern_formatter.h
+++ b/thirdparty/spdlog/pattern_formatter.h
diff --git a/include/spdlog/sinks/android_sink.h b/thirdparty/spdlog/sinks/android_sink.h
index 659beabb..659beabb 100644
--- a/include/spdlog/sinks/android_sink.h
+++ b/thirdparty/spdlog/sinks/android_sink.h
diff --git a/include/spdlog/sinks/ansicolor_sink-inl.h b/thirdparty/spdlog/sinks/ansicolor_sink-inl.h
index 61c0a719..61c0a719 100644
--- a/include/spdlog/sinks/ansicolor_sink-inl.h
+++ b/thirdparty/spdlog/sinks/ansicolor_sink-inl.h
diff --git a/include/spdlog/sinks/ansicolor_sink.h b/thirdparty/spdlog/sinks/ansicolor_sink.h
index 4438f706..4438f706 100644
--- a/include/spdlog/sinks/ansicolor_sink.h
+++ b/thirdparty/spdlog/sinks/ansicolor_sink.h
diff --git a/include/spdlog/sinks/base_sink-inl.h b/thirdparty/spdlog/sinks/base_sink-inl.h
index b15fb0e6..b15fb0e6 100644
--- a/include/spdlog/sinks/base_sink-inl.h
+++ b/thirdparty/spdlog/sinks/base_sink-inl.h
diff --git a/include/spdlog/sinks/base_sink.h b/thirdparty/spdlog/sinks/base_sink.h
index bf5072f8..bf5072f8 100644
--- a/include/spdlog/sinks/base_sink.h
+++ b/thirdparty/spdlog/sinks/base_sink.h
diff --git a/include/spdlog/sinks/basic_file_sink-inl.h b/thirdparty/spdlog/sinks/basic_file_sink-inl.h
index 1260d15c..1260d15c 100644
--- a/include/spdlog/sinks/basic_file_sink-inl.h
+++ b/thirdparty/spdlog/sinks/basic_file_sink-inl.h
diff --git a/include/spdlog/sinks/basic_file_sink.h b/thirdparty/spdlog/sinks/basic_file_sink.h
index 4a742624..4a742624 100644
--- a/include/spdlog/sinks/basic_file_sink.h
+++ b/thirdparty/spdlog/sinks/basic_file_sink.h
diff --git a/include/spdlog/sinks/daily_file_sink.h b/thirdparty/spdlog/sinks/daily_file_sink.h
index 16be821a..16be821a 100644
--- a/include/spdlog/sinks/daily_file_sink.h
+++ b/thirdparty/spdlog/sinks/daily_file_sink.h
diff --git a/include/spdlog/sinks/dist_sink.h b/thirdparty/spdlog/sinks/dist_sink.h
index 8fccb4ee..8fccb4ee 100644
--- a/include/spdlog/sinks/dist_sink.h
+++ b/thirdparty/spdlog/sinks/dist_sink.h
diff --git a/include/spdlog/sinks/dup_filter_sink.h b/thirdparty/spdlog/sinks/dup_filter_sink.h
index c9a08d68..c9a08d68 100644
--- a/include/spdlog/sinks/dup_filter_sink.h
+++ b/thirdparty/spdlog/sinks/dup_filter_sink.h
diff --git a/include/spdlog/sinks/hourly_file_sink.h b/thirdparty/spdlog/sinks/hourly_file_sink.h
index f5e34366..f5e34366 100644
--- a/include/spdlog/sinks/hourly_file_sink.h
+++ b/thirdparty/spdlog/sinks/hourly_file_sink.h
diff --git a/include/spdlog/sinks/msvc_sink.h b/thirdparty/spdlog/sinks/msvc_sink.h
index 8fec428d..8fec428d 100644
--- a/include/spdlog/sinks/msvc_sink.h
+++ b/thirdparty/spdlog/sinks/msvc_sink.h
diff --git a/include/spdlog/sinks/null_sink.h b/thirdparty/spdlog/sinks/null_sink.h
index eb832801..eb832801 100644
--- a/include/spdlog/sinks/null_sink.h
+++ b/thirdparty/spdlog/sinks/null_sink.h
diff --git a/include/spdlog/sinks/ostream_sink.h b/thirdparty/spdlog/sinks/ostream_sink.h
index 95c1e962..95c1e962 100644
--- a/include/spdlog/sinks/ostream_sink.h
+++ b/thirdparty/spdlog/sinks/ostream_sink.h
diff --git a/include/spdlog/sinks/ringbuffer_sink.h b/thirdparty/spdlog/sinks/ringbuffer_sink.h
index 1ee3f691..1ee3f691 100644
--- a/include/spdlog/sinks/ringbuffer_sink.h
+++ b/thirdparty/spdlog/sinks/ringbuffer_sink.h
diff --git a/include/spdlog/sinks/rotating_file_sink-inl.h b/thirdparty/spdlog/sinks/rotating_file_sink-inl.h
index d715ebf3..d715ebf3 100644
--- a/include/spdlog/sinks/rotating_file_sink-inl.h
+++ b/thirdparty/spdlog/sinks/rotating_file_sink-inl.h
diff --git a/include/spdlog/sinks/rotating_file_sink.h b/thirdparty/spdlog/sinks/rotating_file_sink.h
index e1e85a7d..e1e85a7d 100644
--- a/include/spdlog/sinks/rotating_file_sink.h
+++ b/thirdparty/spdlog/sinks/rotating_file_sink.h
diff --git a/include/spdlog/sinks/sink-inl.h b/thirdparty/spdlog/sinks/sink-inl.h
index a8dd6a6c..a8dd6a6c 100644
--- a/include/spdlog/sinks/sink-inl.h
+++ b/thirdparty/spdlog/sinks/sink-inl.h
diff --git a/include/spdlog/sinks/sink.h b/thirdparty/spdlog/sinks/sink.h
index be99744d..be99744d 100644
--- a/include/spdlog/sinks/sink.h
+++ b/thirdparty/spdlog/sinks/sink.h
diff --git a/include/spdlog/sinks/stdout_color_sinks-inl.h b/thirdparty/spdlog/sinks/stdout_color_sinks-inl.h
index 935f1ccc..935f1ccc 100644
--- a/include/spdlog/sinks/stdout_color_sinks-inl.h
+++ b/thirdparty/spdlog/sinks/stdout_color_sinks-inl.h
diff --git a/include/spdlog/sinks/stdout_color_sinks.h b/thirdparty/spdlog/sinks/stdout_color_sinks.h
index e67aa91b..e67aa91b 100644
--- a/include/spdlog/sinks/stdout_color_sinks.h
+++ b/thirdparty/spdlog/sinks/stdout_color_sinks.h
diff --git a/include/spdlog/sinks/stdout_sinks-inl.h b/thirdparty/spdlog/sinks/stdout_sinks-inl.h
index 25192607..25192607 100644
--- a/include/spdlog/sinks/stdout_sinks-inl.h
+++ b/thirdparty/spdlog/sinks/stdout_sinks-inl.h
diff --git a/include/spdlog/sinks/stdout_sinks.h b/thirdparty/spdlog/sinks/stdout_sinks.h
index 40688a46..40688a46 100644
--- a/include/spdlog/sinks/stdout_sinks.h
+++ b/thirdparty/spdlog/sinks/stdout_sinks.h
diff --git a/include/spdlog/sinks/syslog_sink.h b/thirdparty/spdlog/sinks/syslog_sink.h
index 7c38fcb5..7c38fcb5 100644
--- a/include/spdlog/sinks/syslog_sink.h
+++ b/thirdparty/spdlog/sinks/syslog_sink.h
diff --git a/include/spdlog/sinks/systemd_sink.h b/thirdparty/spdlog/sinks/systemd_sink.h
index d23824b8..d23824b8 100644
--- a/include/spdlog/sinks/systemd_sink.h
+++ b/thirdparty/spdlog/sinks/systemd_sink.h
diff --git a/include/spdlog/sinks/tcp_sink.h b/thirdparty/spdlog/sinks/tcp_sink.h
index 9dd9e51d..9dd9e51d 100644
--- a/include/spdlog/sinks/tcp_sink.h
+++ b/thirdparty/spdlog/sinks/tcp_sink.h
diff --git a/include/spdlog/sinks/win_eventlog_sink.h b/thirdparty/spdlog/sinks/win_eventlog_sink.h
index 68170dd9..68170dd9 100644
--- a/include/spdlog/sinks/win_eventlog_sink.h
+++ b/thirdparty/spdlog/sinks/win_eventlog_sink.h
diff --git a/include/spdlog/sinks/wincolor_sink-inl.h b/thirdparty/spdlog/sinks/wincolor_sink-inl.h
index e2676d3c..e2676d3c 100644
--- a/include/spdlog/sinks/wincolor_sink-inl.h
+++ b/thirdparty/spdlog/sinks/wincolor_sink-inl.h
diff --git a/include/spdlog/sinks/wincolor_sink.h b/thirdparty/spdlog/sinks/wincolor_sink.h
index a82f1b24..a82f1b24 100644
--- a/include/spdlog/sinks/wincolor_sink.h
+++ b/thirdparty/spdlog/sinks/wincolor_sink.h
diff --git a/include/spdlog/spdlog-inl.h b/thirdparty/spdlog/spdlog-inl.h
index 96e09f59..96e09f59 100644
--- a/include/spdlog/spdlog-inl.h
+++ b/thirdparty/spdlog/spdlog-inl.h
diff --git a/include/spdlog/spdlog.h b/thirdparty/spdlog/spdlog.h
index bb130d94..bb130d94 100644
--- a/include/spdlog/spdlog.h
+++ b/thirdparty/spdlog/spdlog.h
diff --git a/include/spdlog/stopwatch.h b/thirdparty/spdlog/stopwatch.h
index bb976b19..bb976b19 100644
--- a/include/spdlog/stopwatch.h
+++ b/thirdparty/spdlog/stopwatch.h
diff --git a/include/spdlog/tweakme.h b/thirdparty/spdlog/tweakme.h
index 31e417ab..31e417ab 100644
--- a/include/spdlog/tweakme.h
+++ b/thirdparty/spdlog/tweakme.h
diff --git a/include/spdlog/version.h b/thirdparty/spdlog/version.h
index 828f78cb..828f78cb 100644
--- a/include/spdlog/version.h
+++ b/thirdparty/spdlog/version.h