提交 6470214c authored 作者: Michael Jerris's avatar Michael Jerris

Fri Nov 28 09:00:01 CST 2008 Tiago Katcipis <katcipis AT inf DOT ufcs DOT br>

  * tport_tls.c: #include <sofia-sip/*> before <openssl/*>
  
  Avoid lossage in Win32.



git-svn-id: http://svn.freeswitch.org/svn/freeswitch/trunk@10811 d0543943-73ff-0310-b7d9-9358b9ac24b2
上级 fbee0e13
Tue Dec 16 13:47:13 CST 2008
Tue Dec 16 13:48:18 CST 2008
......@@ -36,6 +36,10 @@
#define OPENSSL_NO_KRB5 oh-no
#include <sofia-sip/su_types.h>
#include <sofia-sip/su.h>
#include <sofia-sip/su_wait.h>
#include <openssl/lhash.h>
#include <openssl/bn.h>
#include <openssl/x509.h>
......@@ -47,10 +51,6 @@
#include <openssl/bio.h>
#include <openssl/opensslv.h>
#include <sofia-sip/su_types.h>
#include <sofia-sip/su.h>
#include <sofia-sip/su_wait.h>
#include <assert.h>
#include <stdio.h>
#include <stdlib.h>
......
Markdown 格式
0%
您添加了 0 到此讨论。请谨慎行事。
请先完成此评论的编辑!
注册 或者 后发表评论