[vlc-commits] Contribs: add more gcrypt ciphers

Jean-Baptiste Kempf git at videolan.org
Sat Nov 19 00:11:48 CET 2011


vlc | branch: master | Jean-Baptiste Kempf <jb at videolan.org> | Sat Nov 19 00:11:25 2011 +0100| [504fed2b12e7acb5929957af1c9fc4e1dec4a202] | committer: Jean-Baptiste Kempf

Contribs: add more gcrypt ciphers

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

 contrib/src/gcrypt/rules.mak |    2 +-
 1 files changed, 1 insertions(+), 1 deletions(-)

diff --git a/contrib/src/gcrypt/rules.mak b/contrib/src/gcrypt/rules.mak
index 1012288..7bbc2b7 100644
--- a/contrib/src/gcrypt/rules.mak
+++ b/contrib/src/gcrypt/rules.mak
@@ -21,6 +21,6 @@ CONFIGURE_OPTS += --disable-asm
 endif
 .gcrypt: libgcrypt
 	#$(RECONF)
-	cd $< && $(HOSTVARS) ./configure $(HOSTCONF) --enable-ciphers=aes,des,rfc2268,arcfour --enable-digests=sha1,md5,rmd160 --enable-pubkey-ciphers=dsa,rsa $(CONFIGURE_OPTS)
+	cd $< && $(HOSTVARS) ./configure $(HOSTCONF) --enable-ciphers=aes,des,rfc2268,arcfour --enable-digests=sha1,md5,rmd160,sha512 --enable-pubkey-ciphers=dsa,rsa,ecc $(CONFIGURE_OPTS)
 	cd $< && $(MAKE) install
 	touch $@



More information about the vlc-commits mailing list