From 31ee725d6273df8189ba96d55aa0e30d1a813398 Mon Sep 17 00:00:00 2001 From: Timo Teras Date: Mon, 27 Jul 2009 16:20:51 +0300 Subject: main/openssl: fix padlock patch there was a bug sha context copying, that caused all hmac users (and possibly others) to crash. also implemented a third intermediate hashing mode with small buffer: it'll speed up hashing in most cases considerably (packets / certificates to be hashed are not usually too long). --- main/openssl/APKBUILD | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'main/openssl/APKBUILD') diff --git a/main/openssl/APKBUILD b/main/openssl/APKBUILD index 46d1e064..4bf078a0 100644 --- a/main/openssl/APKBUILD +++ b/main/openssl/APKBUILD @@ -1,7 +1,7 @@ # Maintainer: Natanael Copa pkgname=openssl pkgver=0.9.8k -pkgrel=3 +pkgrel=4 pkgdesc="Toolkit for SSL v2/v3 and TLS v1" url=http://openssl.org depends= -- cgit v1.2.3