From da39870522533036cc2c610ccdd196a85b4a11e6 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Marc=20W=C3=A4ckerlin?= Date: Thu, 8 Sep 2011 08:56:56 +0000 Subject: [PATCH] fixed DATADIR; closes #14 --- src/openssl.hxx | 3 +++ 1 file changed, 3 insertions(+) diff --git a/src/openssl.hxx b/src/openssl.hxx index 93bea71..d432299 100644 --- a/src/openssl.hxx +++ b/src/openssl.hxx @@ -13,6 +13,9 @@ #include #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 #include