diff options
author | Nicolas Thill <nico@openwrt.org> | 2005-05-22 10:07:40 +0000 |
---|---|---|
committer | Nicolas Thill <nico@openwrt.org> | 2005-05-22 10:07:40 +0000 |
commit | b0fde6468e4b4997068261537289413ea4bd3261 (patch) | |
tree | b9918713ebcd9f548c0bba7b1a14b3d482fbf6c7 /openwrt/package/sipsak/Config.in | |
parent | 1ac17844f43fed7cbe6eb5e6b60d29728de6c3bb (diff) | |
download | mtk-20170518-b0fde6468e4b4997068261537289413ea4bd3261.zip mtk-20170518-b0fde6468e4b4997068261537289413ea4bd3261.tar.gz mtk-20170518-b0fde6468e4b4997068261537289413ea4bd3261.tar.bz2 |
Change openssl lib dependency from openssl to libopenssl
SVN-Revision: 1016
Diffstat (limited to 'openwrt/package/sipsak/Config.in')
-rw-r--r-- | openwrt/package/sipsak/Config.in | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/openwrt/package/sipsak/Config.in b/openwrt/package/sipsak/Config.in index 6d1e7d6..09f5b41 100644 --- a/openwrt/package/sipsak/Config.in +++ b/openwrt/package/sipsak/Config.in @@ -1,7 +1,7 @@ config BR2_PACKAGE_SIPSAK tristate "sipsak - SIP (Session Initiation Protocol) stress and diagnostics utility" default m if CONFIG_DEVEL - select BR2_PACKAGE_OPENSSL + select BR2_PACKAGE_LIBOPENSSL help A SIP (Session Initiation Protocol) stress and diagnostics utility |