We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent eebfa1b commit 52c7130Copy full SHA for 52c7130
1 file changed
thirdparty/mbedtls/include/mbedtls/mbedtls_config.h
@@ -1903,7 +1903,7 @@
1903
*
1904
* Uncomment this to enable pthread mutexes.
1905
*/
1906
-#if ( defined(__linux__) || defined(__FreeBSD__) )
+#if ( defined(__linux__) || defined(__FreeBSD__) ) || defined (__OpenBSD__)
1907
#define MBEDTLS_THREADING_PTHREAD
1908
#endif
1909
@@ -3285,7 +3285,7 @@
3285
3286
* Enable this layer to allow use of mutexes within mbed TLS
3287
3288
3289
#define MBEDTLS_THREADING_C
3290
3291
0 commit comments