blob: 712985c9f5c31a7dd80f11db71f211dd569fbf30 (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
|
--- /usr/include/mbedtls/mbedtls_config.h 2025-04-06 00:26:13.000000000 -0400
+++ myconfig.h 2025-04-30 12:55:50.270574228 -0400
@@ -2024,7 +2024,7 @@
*
* Uncomment this to enable support for use_srtp extension.
*/
-//#define MBEDTLS_SSL_DTLS_SRTP
+#define MBEDTLS_SSL_DTLS_SRTP
/**
* \def MBEDTLS_SSL_DTLS_CLIENT_PORT_REUSE
@@ -2142,7 +2142,7 @@
*
* Uncomment this to allow your own alternate threading implementation.
*/
-//#define MBEDTLS_THREADING_ALT
+#define MBEDTLS_THREADING_ALT
/**
* \def MBEDTLS_THREADING_PTHREAD
@@ -2153,7 +2153,7 @@
*
* Uncomment this to enable pthread mutexes.
*/
-#define MBEDTLS_THREADING_PTHREAD
+//#define MBEDTLS_THREADING_PTHREAD
/**
* \def MBEDTLS_USE_PSA_CRYPTO
|