mirror of
https://github.com/wolfSSL/wolfssl.git
synced 2026-01-31 08:19:18 +01:00
Merge pull request #8847 from gojimmypi/pr-platformio-cert-bundles
Improve PlatformIO Certificate Bundle Support
This commit is contained in:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user