summaryrefslogtreecommitdiff
path: root/config.h.in
diff options
context:
space:
mode:
authorXavier Roche <xroche@users.noreply.github.com>2013-05-19 15:31:45 +0000
committerXavier Roche <xroche@users.noreply.github.com>2013-05-19 15:31:45 +0000
commit84eb03f43a6bc47fe041b893a9aaa6773ffc29d5 (patch)
tree99d2470662339b90dc9b873a8496cc2e20d67f0a /config.h.in
parent3c78185e9ac0c3d900c6688fb9040ae2d0f107eb (diff)
openssl is no longer dynamically probed at stratup, but dynamically linked
Diffstat (limited to 'config.h.in')
-rw-r--r--config.h.in3
1 files changed, 3 insertions, 0 deletions
diff --git a/config.h.in b/config.h.in
index dd9abcc..b91fc58 100644
--- a/config.h.in
+++ b/config.h.in
@@ -54,6 +54,9 @@
/* Check for large files support */
#undef HTS_LFS
+/* Check for OpenSSL */
+#undef HTS_USEOPENSSL
+
/* Check for libiconv */
#undef LIBICONV