mirror of
https://github.com/panda3d/panda3d.git
synced 2025-10-02 18:03:56 -04:00
build issue when openssl is not available
This commit is contained in:
parent
d67aad1e2a
commit
3a6c7cc376
@ -14,10 +14,12 @@
|
|||||||
|
|
||||||
#include "hashVal.h"
|
#include "hashVal.h"
|
||||||
#include "virtualFileSystem.h"
|
#include "virtualFileSystem.h"
|
||||||
#include "openSSLWrapper.h" // must be included before any other openssl.
|
|
||||||
#include "openssl/md5.h"
|
|
||||||
#include <ctype.h>
|
#include <ctype.h>
|
||||||
|
|
||||||
|
#ifdef HAVE_OPENSSL
|
||||||
|
#include "openSSLWrapper.h" // must be included before any other openssl.
|
||||||
|
#include "openssl/md5.h"
|
||||||
|
#endif // HAVE_OPENSSL
|
||||||
|
|
||||||
|
|
||||||
////////////////////////////////////////////////////////////////////
|
////////////////////////////////////////////////////////////////////
|
||||||
|
Loading…
x
Reference in New Issue
Block a user