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 | fd433b2b9183c002424eb6fdb912d89ae5553c0a (patch) | |
tree | 03e7eb382ec26eb6c332222dc3cc68102afbce2b /package/openssl/Makefile | |
parent | 4b60e9bd89f6d8201543572376a543c22282c097 (diff) | |
download | upstream-fd433b2b9183c002424eb6fdb912d89ae5553c0a.tar.gz upstream-fd433b2b9183c002424eb6fdb912d89ae5553c0a.tar.bz2 upstream-fd433b2b9183c002424eb6fdb912d89ae5553c0a.zip |
update openssl to new upstream release (v0.9.7i),
enable engine support.
git-svn-id: svn://svn.openwrt.org/openwrt/trunk/openwrt@2187 3c298f89-4303-0410-b956-a3cf2f4a3e73
Diffstat (limited to 'package/openssl/Makefile')
-rw-r--r-- | package/openssl/Makefile | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/package/openssl/Makefile b/package/openssl/Makefile index f1e6c5ed90..b76f02ef7e 100644 --- a/package/openssl/Makefile +++ b/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 $@ |