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
This commit is contained in:
parent
fbee0e1340
commit
6470214c1f
|
@ -1 +1 @@
|
|||
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>
|
||||
|
|
Loading…
Reference in New Issue