From 3dbc86f09897a7d038cce04ea986bbb7ce819eb7 Mon Sep 17 00:00:00 2001 From: Gustavo Zacarias Date: Thu, 3 Jun 2010 17:10:10 -0300 Subject: openssl: bump version, enable mdc2+camellia+tlsext Closes #1951 Signed-off-by: Gustavo Zacarias Signed-off-by: Peter Korsgaard --- package/openssl/openssl.mk | 6 ++++-- 1 file changed, 4 insertions(+), 2 deletions(-) (limited to 'package/openssl') diff --git a/package/openssl/openssl.mk b/package/openssl/openssl.mk index c52e256ac..330b6042b 100644 --- a/package/openssl/openssl.mk +++ b/package/openssl/openssl.mk @@ -3,7 +3,7 @@ # openssl # ############################################################# -OPENSSL_VERSION:=0.9.8n +OPENSSL_VERSION:=0.9.8o OPENSSL_SITE:=http://www.openssl.org/source OPENSSL_INSTALL_STAGING = YES OPENSSL_DEPENDENCIES = zlib @@ -32,8 +32,10 @@ define OPENSSL_CONFIGURE_CMDS threads \ shared \ no-idea \ - no-mdc2 \ no-rc5 \ + enable-camellia \ + enable-mdc2 \ + enable-tlsext \ zlib-dynamic \ ) $(SED) "s:-march=[-a-z0-9] ::" -e "s:-mcpu=[-a-z0-9] ::g" $(@D)/Makefile -- cgit v1.2.3