diff options
author | Nicolas Thill <nico@openwrt.org> | 2005-10-20 04:10:38 +0000 |
---|---|---|
committer | Nicolas Thill <nico@openwrt.org> | 2005-10-20 04:10:38 +0000 |
commit | daec54c8466a775d1d944fd15551dbc5f3c8086d (patch) | |
tree | da31c79fe985e0ab0bbc05b4cfc8f62f39c8afba /openwrt/package/openssl/Makefile | |
parent | 732482d3c7da7a51f899d9e561b0bae96147a285 (diff) | |
download | mtk-20170518-daec54c8466a775d1d944fd15551dbc5f3c8086d.zip mtk-20170518-daec54c8466a775d1d944fd15551dbc5f3c8086d.tar.gz mtk-20170518-daec54c8466a775d1d944fd15551dbc5f3c8086d.tar.bz2 |
update openssl to new upstream release (v0.9.7i), enable engine support.
SVN-Revision: 2187
Diffstat (limited to 'openwrt/package/openssl/Makefile')
-rw-r--r-- | openwrt/package/openssl/Makefile | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/openwrt/package/openssl/Makefile b/openwrt/package/openssl/Makefile index f1e6c5e..b76f02e 100644 --- a/openwrt/package/openssl/Makefile +++ b/openwrt/package/openssl/Makefile @@ -3,9 +3,9 @@ include $(TOPDIR)/rules.mk PKG_NAME:=openssl -PKG_VERSION:=0.9.7g +PKG_VERSION:=0.9.7i PKG_RELEASE:=1 -PKG_MD5SUM:=991615f73338a571b6a1be7d74906934 +PKG_MD5SUM:=f69d82b206ff8bff9d0e721f97380b9e PKG_SOURCE_URL:=http://www.openssl.org/source/ \ ftp://ftp.funet.fi/pub/crypt/cryptography/libs/openssl/source/ \ @@ -36,7 +36,7 @@ $(PKG_BUILD_DIR)/.configured: -I$(STAGING_DIR)/usr/include \ -L$(STAGING_DIR)/usr/lib -ldl \ $(OPENSSL_NO_CIPHERS) \ - shared no-asm no-ec no-engine no-err no-fips no-hw no-krb5 no-threads zlib-dynamic \ + shared no-asm no-ec no-err no-fips no-hw no-krb5 no-threads zlib-dynamic \ ) touch $@ |