[git] GCRYPT - branch, master, updated. libgcrypt-1.5.0-291-g6410152
by Jussi Kivilinna
cvs at cvs.gnupg.org
Wed Oct 2 15:32:17 CEST 2013
This is an automated email from the git hooks/post-receive script. It was
generated because a ref change was pushed to the repository containing
the project "The GNU crypto library".
The branch, master has been updated
via 6410152338a2b2ac1216e70c153cd16f9199c94e (commit)
from f04a1db22d982627ba87da4e5df52df9b994c779 (commit)
Those revisions listed above that are new to this repository have
not appeared on any other notification email; so we list those
revisions in full, below.
- Log -----------------------------------------------------------------
commit 6410152338a2b2ac1216e70c153cd16f9199c94e
Author: Jussi Kivilinna <jussi.kivilinna at iki.fi>
Date: Wed Oct 2 15:59:59 2013 +0300
sha512: fix building on ARM
* cipher/sha512.c (transform) [USE_ARM_NEON_ASM]: Fix 'hd' to 'ctx'.
--
Signed-off-by: Jussi Kivilinna <jussi.kivilinna at iki.fi>
diff --git a/cipher/sha512.c b/cipher/sha512.c
index af30775..97fb203 100644
--- a/cipher/sha512.c
+++ b/cipher/sha512.c
@@ -488,7 +488,7 @@ transform (void *context, const unsigned char *data)
SHA512_CONTEXT *ctx = context;
#ifdef USE_ARM_NEON_ASM
- if (hd->use_neon)
+ if (ctx->use_neon)
{
_gcry_sha512_transform_armv7_neon(&ctx->state, data, k);
-----------------------------------------------------------------------
Summary of changes:
cipher/sha512.c | 2 +-
1 files changed, 1 insertions(+), 1 deletions(-)
hooks/post-receive
--
The GNU crypto library
http://git.gnupg.org
_______________________________________________
Gnupg-commits mailing list
Gnupg-commits at gnupg.org
http://lists.gnupg.org/mailman/listinfo/gnupg-commits
More information about the Gcrypt-devel
mailing list