aboutsummaryrefslogtreecommitdiffstats
path: root/config.h.in
diff options
context:
space:
mode:
authorVsevolod Stakhov <vsevolod@highsecure.ru>2019-11-18 14:19:43 +0000
committerVsevolod Stakhov <vsevolod@highsecure.ru>2019-11-18 14:19:43 +0000
commitc3928cf525609b7d8d0bb37091411a9b87c4ddec (patch)
tree689626ee6cd60e6396d69e30d58d537ae5cc2c57 /config.h.in
parent8f03e5ef523da05a7080e8e5f2617af5162ccab4 (diff)
downloadrspamd-c3928cf525609b7d8d0bb37091411a9b87c4ddec.tar.gz
rspamd-c3928cf525609b7d8d0bb37091411a9b87c4ddec.zip
[Rework] Further cmake system rework
Diffstat (limited to 'config.h.in')
-rw-r--r--config.h.in3
1 files changed, 2 insertions, 1 deletions
diff --git a/config.h.in b/config.h.in
index 1ab588506..04a5a8010 100644
--- a/config.h.in
+++ b/config.h.in
@@ -66,7 +66,6 @@
#cmakedefine HAVE_OCLOEXEC 1
#cmakedefine HAVE_ONOFOLLOW 1
#cmakedefine HAVE_OPENMEMSTREAM 1
-#cmakedefine HAVE_OPENSSL 1
#cmakedefine HAVE_O_DIRECT 1
#cmakedefine HAVE_PATH_MAX 1
@@ -432,4 +431,6 @@ extern uint64_t ottery_rand_uint64(void);
#error incompatible compiler found, need gcc > 2.7 or clang
#endif
+#define HAVE_OPENSSL 1
+
#endif