]> git.sesse.net Git - vlc/commitdiff
Contribs: add more gcrypt ciphers
authorJean-Baptiste Kempf <jb@videolan.org>
Fri, 18 Nov 2011 23:11:25 +0000 (00:11 +0100)
committerJean-Baptiste Kempf <jb@videolan.org>
Fri, 18 Nov 2011 23:11:25 +0000 (00:11 +0100)
contrib/src/gcrypt/rules.mak

index 1012288125e933e34b4f57e0e81bc94504e53f65..7bbc2b7fc0ef5e58e331dbba74ded0af72b81b5d 100644 (file)
@@ -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 $@