diff options
author | Timo Teräs <timo.teras@iki.fi> | 2010-07-28 10:50:42 +0300 |
---|---|---|
committer | Timo Teräs <timo.teras@iki.fi> | 2010-07-28 10:50:42 +0300 |
commit | c27aacffd3a052ea590bcec29c488cff8cb3eb17 (patch) | |
tree | 911aa4156ec2c6d5d18821b00d44f095d543ba29 /main/openssl/0002-apps-speed-fix-digest-speed-measurement-and-add-hmac.patch | |
parent | b2a88afe1a1189c5f504a3a10c5ae258ffce4af9 (diff) | |
download | aports-c27aacffd3a052ea590bcec29c488cff8cb3eb17.tar.bz2 aports-c27aacffd3a052ea590bcec29c488cff8cb3eb17.tar.xz |
main/openssl: refresh padlock patches
The new feature is support for VIA Nano Padlock in 64-bit mode.
Diffstat (limited to 'main/openssl/0002-apps-speed-fix-digest-speed-measurement-and-add-hmac.patch')
-rw-r--r-- | main/openssl/0002-apps-speed-fix-digest-speed-measurement-and-add-hmac.patch | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/main/openssl/0002-apps-speed-fix-digest-speed-measurement-and-add-hmac.patch b/main/openssl/0002-apps-speed-fix-digest-speed-measurement-and-add-hmac.patch index 8859f4060..f12d45a84 100644 --- a/main/openssl/0002-apps-speed-fix-digest-speed-measurement-and-add-hmac.patch +++ b/main/openssl/0002-apps-speed-fix-digest-speed-measurement-and-add-hmac.patch @@ -1,7 +1,7 @@ -From de61d5881a12b359dfb1b4fbbb53412460196553 Mon Sep 17 00:00:00 2001 +From ca1f332fbadc20d53d807d542fb37988a5508d32 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Timo=20Ter=C3=A4s?= <timo.teras@iki.fi> Date: Thu, 3 Jun 2010 09:02:13 +0300 -Subject: [PATCH 2/3] apps/speed: fix digest speed measurement and add hmac-sha1 test +Subject: [PATCH 2/5] apps/speed: fix digest speed measurement and add hmac-sha1 test Merge the common code of testing digest speed, and make it reuse existing context. Context creation can be heavy operation, and it's |