Merge pull request #8847 from gojimmypi/pr-platformio-cert-bundles

Improve PlatformIO Certificate Bundle Support
This commit is contained in:
JacobBarthelmeh
2025-06-10 10:23:07 -06:00
committed by GitHub
24 changed files with 1755 additions and 438 deletions

View File

@@ -6155,6 +6155,12 @@ int wolfSSL_Init(void)
WOLFSSL_ENTER("wolfSSL_Init");
#if defined(LIBWOLFSSL_CMAKE_OUTPUT)
WOLFSSL_MSG(LIBWOLFSSL_CMAKE_OUTPUT);
#else
WOLFSSL_MSG("No extra wolfSSL cmake messages found");
#endif
#ifndef WOLFSSL_MUTEX_INITIALIZER
if (inits_count_mutex_valid == 0) {
#if WOLFSSL_CLEANUP_THREADSAFE_BY_ATOMIC_OPS