openssl build issue
This commit is contained in:
parent
2ff43ca88e
commit
ab5a3b2f09
|
|
@ -22,6 +22,7 @@
|
|||
#define OPENSSL_NO_KRB5
|
||||
|
||||
#include "referenceCount.h"
|
||||
#include "openSSLWrapper.h" // must be included before any other openssl.
|
||||
#include "openssl/ssl.h"
|
||||
|
||||
class URLSpec;
|
||||
|
|
|
|||
|
|
@ -23,6 +23,7 @@
|
|||
|
||||
#include "bioPtr.h"
|
||||
#include "pointerTo.h"
|
||||
#include "openSSLWrapper.h" // must be included before any other openssl.
|
||||
#include "openssl/ssl.h"
|
||||
|
||||
////////////////////////////////////////////////////////////////////
|
||||
|
|
|
|||
|
|
@ -23,6 +23,7 @@
|
|||
|
||||
#include "bioStream.h"
|
||||
#include "referenceCount.h"
|
||||
#include "openSSLWrapper.h" // must be included before any other openssl.
|
||||
#include "openssl/ssl.h"
|
||||
|
||||
////////////////////////////////////////////////////////////////////
|
||||
|
|
|
|||
|
|
@ -36,6 +36,7 @@
|
|||
#include "pointerTo.h"
|
||||
#include "config_downloader.h"
|
||||
#include "filename.h"
|
||||
#include "openSSLWrapper.h" // must be included before any other openssl.
|
||||
#include "openssl/ssl.h"
|
||||
#include "typedReferenceCount.h"
|
||||
|
||||
|
|
|
|||
|
|
@ -17,6 +17,7 @@
|
|||
#ifdef HAVE_OPENSSL
|
||||
|
||||
#include "httpChannel.h"
|
||||
#include "openSSLWrapper.h" // must be included before any other openssl.
|
||||
#include "openssl/ssl.h"
|
||||
#include "openssl/md5.h"
|
||||
#include <time.h>
|
||||
|
|
|
|||
|
|
@ -14,12 +14,10 @@
|
|||
|
||||
#include "hashVal.h"
|
||||
#include "virtualFileSystem.h"
|
||||
|
||||
#include "openSSLWrapper.h" // must be included before any other openssl.
|
||||
#include "openssl/md5.h"
|
||||
#include <ctype.h>
|
||||
|
||||
#ifdef HAVE_OPENSSL
|
||||
#include "openssl/md5.h"
|
||||
#endif // HAVE_OPENSSL
|
||||
|
||||
|
||||
////////////////////////////////////////////////////////////////////
|
||||
|
|
|
|||
|
|
@ -18,9 +18,12 @@
|
|||
#include "pandabase.h"
|
||||
|
||||
#ifdef HAVE_OPENSSL
|
||||
|
||||
#include "filename.h"
|
||||
|
||||
#ifdef _WIN32
|
||||
#include <winsock2.h> // must be included prior to including OpenSSL.
|
||||
#endif
|
||||
|
||||
#define OPENSSL_NO_KRB5
|
||||
#include "openssl/ssl.h"
|
||||
#include "openssl/rand.h"
|
||||
|
|
|
|||
Loading…
Reference in New Issue