diff options
author | nico <nico@3c298f89-4303-0410-b956-a3cf2f4a3e73> | 2005-05-22 10:07:40 +0000 |
---|---|---|
committer | nico <nico@3c298f89-4303-0410-b956-a3cf2f4a3e73> | 2005-05-22 10:07:40 +0000 |
commit | bac2879cc545f2758c6b4fc2f4e32f1dfe614fca (patch) | |
tree | 989ab0ef25c21641f59a459a729de98c8a53a0b5 /package/tinc/ipkg | |
parent | 5e1b232389cbcda94a54b4593576aa8497e16d31 (diff) |
Change openssl lib dependency from openssl to libopenssl
git-svn-id: svn://svn.openwrt.org/openwrt/trunk/openwrt@1016 3c298f89-4303-0410-b956-a3cf2f4a3e73
Diffstat (limited to 'package/tinc/ipkg')
-rw-r--r-- | package/tinc/ipkg/tinc.control | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/package/tinc/ipkg/tinc.control b/package/tinc/ipkg/tinc.control index a17fd7522..bde348cf3 100644 --- a/package/tinc/ipkg/tinc.control +++ b/package/tinc/ipkg/tinc.control @@ -4,4 +4,4 @@ Section: net Maintainer: Felix Fietkau <nbd@vd-s.ath.cx> Source: buildroot internal Description: VPN tunnel daemon -Depends: zlib, liblzo, openssl, kmod-tun +Depends: zlib, liblzo, libopenssl, kmod-tun |