From 5ba77f6925801bb2d7cdc62180041e64b3c7b200 Mon Sep 17 00:00:00 2001 From: Matt Madia Date: Fri, 27 May 2011 00:46:24 +0000 Subject: [PATCH] Partially reverted r41711, as that OpenSSL package potentially breaks other applications. There is no need for such a change at this time. * http://ports.haiku-files.org/changeset/1635 * http://dev.haiku-os.org/ticket/7534#comment:15 +alpha3 git-svn-id: file:///srv/svn/repos/haiku/haiku/trunk@41767 a95241bf-73f2-0310-859d-f6bbb57e9c96 --- build/jam/OptionalBuildFeatures | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/build/jam/OptionalBuildFeatures b/build/jam/OptionalBuildFeatures index 653604c9c5..aefaff1a63 100644 --- a/build/jam/OptionalBuildFeatures +++ b/build/jam/OptionalBuildFeatures @@ -12,7 +12,7 @@ if [ IsOptionalHaikuImagePackageAdded OpenSSL ] { } if $(HAIKU_GCC_VERSION[1]) >= 4 { - HAIKU_OPENSSL_PACKAGE = openssl-1.0.0d-r1a3-x86-gcc4-2011-05-24.zip ; + HAIKU_OPENSSL_PACKAGE = openssl-1.0.0d-r1a3-x86-gcc4-2011-05-20.zip ; } else { HAIKU_OPENSSL_PACKAGE = openssl-1.0.0d-r1a3-x86-gcc2-2011-05-17.zip ; }