[git] GCRYPT - branch, master, updated. libgcrypt-1.6.0-13-g7fef7f4
    by Jussi Kivilinna 
    cvs at cvs.gnupg.org
       
    Mon Dec 30 15:36:08 CET 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  7fef7f481c0a1542be34d1dc831f58d41846ac29 (commit)
      from  7547898109c72a97e3102b2a045ee4fdb2aa40bf (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 7fef7f481c0a1542be34d1dc831f58d41846ac29
Author: Jussi Kivilinna <jussi.kivilinna at iki.fi>
Date:   Mon Dec 30 16:34:29 2013 +0200
    Add blowfish/serpent ARM assembly files to Makefile.am
    
    * cipher/Makefile.am: Add 'blowfish-arm.S' and 'serpent-armv7-neon.S'.
    --
    
    Fix for bug https://bugs.g10code.com/gnupg/issue1584
    
    Signed-off-by: Jussi Kivilinna <jussi.kivilinna at iki.fi>
diff --git a/cipher/Makefile.am b/cipher/Makefile.am
index 15400e5..462e6db 100644
--- a/cipher/Makefile.am
+++ b/cipher/Makefile.am
@@ -57,7 +57,7 @@ rmd.h
 
 EXTRA_libcipher_la_SOURCES = \
 arcfour.c arcfour-amd64.S \
-blowfish.c blowfish-amd64.S \
+blowfish.c blowfish-amd64.S blowfish-arm.S \
 cast5.c cast5-amd64.S cast5-arm.S \
 crc.c \
 des.c \
@@ -76,7 +76,7 @@ rsa.c \
 salsa20.c salsa20-amd64.S salsa20-armv7-neon.S \
 scrypt.c \
 seed.c \
-serpent.c serpent-sse2-amd64.S serpent-avx2-amd64.S \
+serpent.c serpent-sse2-amd64.S serpent-avx2-amd64.S serpent-armv7-neon.S \
 sha1.c sha1-ssse3-amd64.S sha1-avx-amd64.S sha1-avx-bmi2-amd64.S \
   sha1-armv7-neon.S \
 sha256.c sha256-ssse3-amd64.S sha256-avx-amd64.S sha256-avx2-bmi2-amd64.S \
-----------------------------------------------------------------------
Summary of changes:
 cipher/Makefile.am |    4 ++--
 1 file changed, 2 insertions(+), 2 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