fixed DATADIR; closes #14

This commit is contained in:
Marc Wäckerlin
2011-09-08 08:56:56 +00:00
parent 41ef264e88
commit da39870522

View File

@@ -13,6 +13,9 @@
#include <openssl/x509.h> #include <openssl/x509.h>
#include "openssl/bio.h" #include "openssl/bio.h"
#include "openssl/des.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/ssl.h"
#include <openssl/err.h> #include <openssl/err.h>
#include <vector> #include <vector>