]> git.pld-linux.org Git - packages/mbedtls.git/blob - mbedtls-config-dtls-srtp.patch
- added config-dtls-srtp patch (enable MBEDTLS_SSL_DTLS_SRTP feature for linphone...
[packages/mbedtls.git] / mbedtls-config-dtls-srtp.patch
1 --- mbedtls-2.26.0/include/mbedtls/config.h.orig        2021-03-12 17:55:26.000000000 +0100
2 +++ mbedtls-2.26.0/include/mbedtls/config.h     2021-06-13 22:49:25.354694754 +0200
3 @@ -1907,7 +1907,7 @@
4   *
5   * Uncomment this to enable support for use_srtp extension.
6   */
7 -//#define MBEDTLS_SSL_DTLS_SRTP
8 +#define MBEDTLS_SSL_DTLS_SRTP
9  
10  /**
11   * \def MBEDTLS_SSL_DTLS_CLIENT_PORT_REUSE
This page took 0.068646 seconds and 3 git commands to generate.