summaryrefslogtreecommitdiff
path: root/openwrt/package/ssltunnel/ipkg/ssltunnel.control
diff options
context:
space:
mode:
authornico <nico@3c298f89-4303-0410-b956-a3cf2f4a3e73>2006-01-31 15:59:50 +0000
committernico <nico@3c298f89-4303-0410-b956-a3cf2f4a3e73>2006-01-31 15:59:50 +0000
commitce763c85da3fa5cefcd56bddc386507848d50f97 (patch)
tree6e697d4bf997028acf58d7bfca3628027ef230a5 /openwrt/package/ssltunnel/ipkg/ssltunnel.control
parenteac93ad39bf41e9f44194912b602ea6dc4322128 (diff)
fix ssltunnel dependency on openssl
git-svn-id: svn://svn.openwrt.org/openwrt/trunk@3093 3c298f89-4303-0410-b956-a3cf2f4a3e73
Diffstat (limited to 'openwrt/package/ssltunnel/ipkg/ssltunnel.control')
-rw-r--r--openwrt/package/ssltunnel/ipkg/ssltunnel.control2
1 files changed, 1 insertions, 1 deletions
diff --git a/openwrt/package/ssltunnel/ipkg/ssltunnel.control b/openwrt/package/ssltunnel/ipkg/ssltunnel.control
index 3f99805c57..84fb8b68a7 100644
--- a/openwrt/package/ssltunnel/ipkg/ssltunnel.control
+++ b/openwrt/package/ssltunnel/ipkg/ssltunnel.control
@@ -2,4 +2,4 @@ Package: ssltunnel
Priority: optional
Section: net
Description: A PPP over SSL vpn tool
-Depends: openssl, ppp
+Depends: libopenssl, ppp