mariadb/extra/wolfssl
Vladislav Vaintroub 40a23e08e6 WolfSSL - make it compilable also with older versions of Windows SDK.
followup 136e866119
Remove HAVE_CONFIG_H from wolfssl compilation.

WolfSSL knows about it, and would include server's config.h, which is
mostly fine, but server pretends to have HAVE_GMTIME_R on Windows, which
leads to compilation problems. In any case, on Windows, there is no need
for config.h for WolfSSL, and no need for gmtime_r/_s(), as gmtime() is
thread-safe on Windpows (it returns pointer to thread-local struct)
2025-01-24 12:39:00 +01:00
..
wolfssl@239b85c804 Update WolfSSL to the latest release 5.7.6 2025-01-23 13:50:06 +02:00
CMakeLists.txt WolfSSL - make it compilable also with older versions of Windows SDK. 2025-01-24 12:39:00 +01:00
user_settings.h.in Update WolfSSL to the latest release 5.7.6 2025-01-23 13:50:06 +02:00