[vlc-commits] gcrypt: add SHA-256 (fixes #7627)

Rémi Denis-Courmont git at videolan.org
Sun Oct 21 09:21:54 CEST 2012


vlc | branch: master | Rémi Denis-Courmont <remi at remlab.net> | Sun Oct 21 10:21:26 2012 +0300| [cf2106da2cae9ea158c2aec59ccb0c0754a8688b] | committer: Rémi Denis-Courmont

gcrypt: add SHA-256 (fixes #7627)

> http://git.videolan.org/gitweb.cgi/vlc.git/?a=commit;h=cf2106da2cae9ea158c2aec59ccb0c0754a8688b
---

 contrib/src/gcrypt/rules.mak |    2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/contrib/src/gcrypt/rules.mak b/contrib/src/gcrypt/rules.mak
index d7eb673..9f674dd 100644
--- a/contrib/src/gcrypt/rules.mak
+++ b/contrib/src/gcrypt/rules.mak
@@ -17,7 +17,7 @@ DEPS_gcrypt = gpg-error
 
 GCRYPT_CONF = \
 	--enable-ciphers=aes,des,rfc2268,arcfour \
-	--enable-digests=sha1,md5,rmd160,sha512 \
+	--enable-digests=sha1,md5,rmd160,sha256,sha512 \
 	--enable-pubkey-ciphers=dsa,rsa,ecc
 ifdef HAVE_WIN64
 GCRYPT_CONF += --disable-asm



More information about the vlc-commits mailing list