1
0
mirror of https://github.com/Mbed-TLS/mbedtls.git synced 2025-08-05 19:35:48 +03:00

Disable SRTP by default

Disable `MBEDTLS_SSL_DTLS_SRTP` by default in the configuration file.

Signed-off-by: Johan Pascal <johan.pascal@belledonne-communications.com>
This commit is contained in:
Ron Eldor
2018-12-10 15:30:14 +02:00
committed by Johan Pascal
parent 313d7b5d74
commit 9cfb5ebff1

View File

@@ -1822,9 +1822,9 @@
* *
* Requires: MBEDTLS_SSL_PROTO_DTLS * Requires: MBEDTLS_SSL_PROTO_DTLS
* *
* Comment this to disable support for DTLS-SRTP. * 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 * \def MBEDTLS_SSL_DTLS_CLIENT_PORT_REUSE