fixed DATADIR; closes #14
This commit is contained in:
@@ -13,6 +13,9 @@
|
||||
#include <openssl/x509.h>
|
||||
#include "openssl/bio.h"
|
||||
#include "openssl/des.h"
|
||||
#ifdef DATADIR // DATADIR is defined in autoconf/automake
|
||||
#undef DATADIR // but DATADIR is also a variablename in ssl.h
|
||||
#endif
|
||||
#include "openssl/ssl.h"
|
||||
#include <openssl/err.h>
|
||||
#include <vector>
|
||||
|
Reference in New Issue
Block a user