FS-9603: include ssl headers locally so modules don't need ssl include path
This commit is contained in:
parent
de3457bdb8
commit
1870d148ed
|
@ -33,7 +33,6 @@
|
||||||
#define _MSRP_H
|
#define _MSRP_H
|
||||||
|
|
||||||
#include <switch.h>
|
#include <switch.h>
|
||||||
#include <switch_ssl.h>
|
|
||||||
|
|
||||||
#define MSRP_LISTEN_PORT 2855
|
#define MSRP_LISTEN_PORT 2855
|
||||||
#define MSRP_SSL_LISTEN_PORT 2856
|
#define MSRP_SSL_LISTEN_PORT 2856
|
||||||
|
|
|
@ -30,6 +30,7 @@
|
||||||
*/
|
*/
|
||||||
|
|
||||||
#include <switch.h>
|
#include <switch.h>
|
||||||
|
#include <switch_ssl.h>
|
||||||
#include <switch_msrp.h>
|
#include <switch_msrp.h>
|
||||||
|
|
||||||
#define MSRP_BUFF_SIZE SWITCH_RTP_MAX_BUF_LEN
|
#define MSRP_BUFF_SIZE SWITCH_RTP_MAX_BUF_LEN
|
||||||
|
|
Loading…
Reference in New Issue