summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorVlad Glagolev2015-12-25 12:49:18 +0300
committerVlad Glagolev2015-12-25 12:49:18 +0300
commit774c7054afd00c5d971d8837d940370e0484a5a3 (patch)
treef2e3e3d38144319fe1f03a1db9bb6551d43512fb
parent5cd2d85184767f16417b2e911b8274a1f0044793 (diff)
ptlib: openssl -> SSL
-rwxr-xr-xchat-libs/ptlib/DEPENDS2
-rw-r--r--chat-libs/ptlib/HISTORY3
2 files changed, 4 insertions, 1 deletions
diff --git a/chat-libs/ptlib/DEPENDS b/chat-libs/ptlib/DEPENDS
index 82d89ae49b..6a73e2aa31 100755
--- a/chat-libs/ptlib/DEPENDS
+++ b/chat-libs/ptlib/DEPENDS
@@ -6,7 +6,7 @@ optional_depends "openldap" \
"--disable-openldap" \
"for LDAP lookups" &&
-optional_depends "openssl" \
+optional_depends SSL \
"--enable-openssl" \
"--disable-openssl" \
"for SSL connections" &&
diff --git a/chat-libs/ptlib/HISTORY b/chat-libs/ptlib/HISTORY
index a00d783ea9..3524665565 100644
--- a/chat-libs/ptlib/HISTORY
+++ b/chat-libs/ptlib/HISTORY
@@ -1,3 +1,6 @@
+2015-12-25 Vlad Glagolev <stealth@sourcemage.org>
+ * DEPENDS: openssl -> SSL
+
2015-06-26 Ismael Luceno <ismael@sourcemage.org>
* DETAILS: updated spell to 2.10.10
* PRE_BUILD, patches/bison_fixes.patch: Fixed build with bison 3