diff options
author | Nicolas Thill <nico@openwrt.org> | 2006-01-31 15:59:50 +0000 |
---|---|---|
committer | Nicolas Thill <nico@openwrt.org> | 2006-01-31 15:59:50 +0000 |
commit | 19ab640f3febf0a0803b91880c8e375bd90a7356 (patch) | |
tree | 55a86f1e23a93056b96fdaf03b6707243d1150cd /openwrt/package/ssltunnel/ipkg | |
parent | a75f7469d58cb74694a58859528542182a8e62f9 (diff) | |
download | mtk-20170518-19ab640f3febf0a0803b91880c8e375bd90a7356.zip mtk-20170518-19ab640f3febf0a0803b91880c8e375bd90a7356.tar.gz mtk-20170518-19ab640f3febf0a0803b91880c8e375bd90a7356.tar.bz2 |
fix ssltunnel dependency on openssl
SVN-Revision: 3093
Diffstat (limited to 'openwrt/package/ssltunnel/ipkg')
-rw-r--r-- | openwrt/package/ssltunnel/ipkg/ssltunnel.control | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/openwrt/package/ssltunnel/ipkg/ssltunnel.control b/openwrt/package/ssltunnel/ipkg/ssltunnel.control index 3f99805..84fb8b6 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 |