FS-9603: include ssl headers locally so modules don't need ssl include path

This commit is contained in:
Mike Jerris 2016-10-04 14:56:05 -04:00
parent de3457bdb8
commit 1870d148ed
2 changed files with 1 additions and 1 deletions

View File

@ -33,7 +33,6 @@
#define _MSRP_H
#include <switch.h>
#include <switch_ssl.h>
#define MSRP_LISTEN_PORT 2855
#define MSRP_SSL_LISTEN_PORT 2856

View File

@ -30,6 +30,7 @@
*/
#include <switch.h>
#include <switch_ssl.h>
#include <switch_msrp.h>
#define MSRP_BUFF_SIZE SWITCH_RTP_MAX_BUF_LEN