Skip to content

Commit

Permalink
Disable SRTP by default
Browse files Browse the repository at this point in the history
Disable `MBEDTLS_SSL_DTLS_SRTP` by default in the configuration file.
  • Loading branch information
Ron Eldor authored and jeannotlapin committed Apr 23, 2020
1 parent d1578be commit 8e4a40f
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions include/mbedtls/config.h
Original file line number Diff line number Diff line change
Expand Up @@ -1773,9 +1773,9 @@
*
* 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
Expand Down

0 comments on commit 8e4a40f

Please sign in to comment.