]> git.ipfire.org Git - thirdparty/freeswitch.git/commitdiff
FS-9603: include ssl headers locally so modules don't need ssl include path
authorMike Jerris <mike@jerris.com>
Tue, 4 Oct 2016 18:56:05 +0000 (14:56 -0400)
committerMike Jerris <mike@jerris.com>
Tue, 4 Oct 2016 18:56:05 +0000 (14:56 -0400)
src/include/switch_msrp.h
src/switch_msrp.c

index 56a15fdec59a8c7fa6f4d7503fef535670b83996..7e23325862b03d80136bb92a09828c4009a29d61 100644 (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
index 8e2a968116681efe671423e1fde29ce4c099e5bc..757a2d402e491e76c0c547691af7fc6c7f7c4217 100644 (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