mirror of
https://github.com/signalwire/freeswitch.git
synced 2025-04-13 15:50:59 +00:00
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
|
||||
|
||||
#include <switch.h>
|
||||
#include <switch_ssl.h>
|
||||
|
||||
#define MSRP_LISTEN_PORT 2855
|
||||
#define MSRP_SSL_LISTEN_PORT 2856
|
||||
|
@ -30,6 +30,7 @@
|
||||
*/
|
||||
|
||||
#include <switch.h>
|
||||
#include <switch_ssl.h>
|
||||
#include <switch_msrp.h>
|
||||
|
||||
#define MSRP_BUFF_SIZE SWITCH_RTP_MAX_BUF_LEN
|
||||
|
Loading…
x
Reference in New Issue
Block a user