From db6eb93cc9b05b54a9405e47d32f9b9b21852fb2 Mon Sep 17 00:00:00 2001 From: nico Date: Sun, 22 May 2005 10:07:40 +0000 Subject: Change openssl lib dependency from openssl to libopenssl git-svn-id: svn://svn.openwrt.org/openwrt/trunk@1016 3c298f89-4303-0410-b956-a3cf2f4a3e73 --- openwrt/package/tinc/Config.in | 2 +- openwrt/package/tinc/ipkg/tinc.control | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) (limited to 'openwrt/package/tinc') diff --git a/openwrt/package/tinc/Config.in b/openwrt/package/tinc/Config.in index aa45dfee8..6bcb658a8 100644 --- a/openwrt/package/tinc/Config.in +++ b/openwrt/package/tinc/Config.in @@ -3,7 +3,7 @@ config BR2_PACKAGE_TINC default m if CONFIG_DEVEL select BR2_PACKAGE_KMOD_TUN select BR2_PACKAGE_LIBLZO - select BR2_PACKAGE_OPENSSL + select BR2_PACKAGE_LIBOPENSSL select BR2_PACKAGE_ZLIB help A VPN tunneling daemon diff --git a/openwrt/package/tinc/ipkg/tinc.control b/openwrt/package/tinc/ipkg/tinc.control index a17fd7522..bde348cf3 100644 --- a/openwrt/package/tinc/ipkg/tinc.control +++ b/openwrt/package/tinc/ipkg/tinc.control @@ -4,4 +4,4 @@ Section: net Maintainer: Felix Fietkau Source: buildroot internal Description: VPN tunnel daemon -Depends: zlib, liblzo, openssl, kmod-tun +Depends: zlib, liblzo, libopenssl, kmod-tun -- cgit v1.2.3