Commit 31ee7dec authored by Rémi Denis-Courmont's avatar Rémi Denis-Courmont Committed by Jean-Baptiste Kempf

contrib: gcrypt: add SHA-256 for GnuTLS

(cherry picked from commit adc154c0cf91cac72b31907acbf400d71e8dd24e)
Signed-off-by: default avatarJean-Baptiste Kempf <jb@videolan.org>
parent ae296115
...@@ -22,8 +22,13 @@ endif ...@@ -22,8 +22,13 @@ endif
ifdef HAVE_MACOSX ifdef HAVE_MACOSX
CONFIGURE_OPTS += --disable-aesni-support CONFIGURE_OPTS += --disable-aesni-support
endif endif
.gcrypt: libgcrypt .gcrypt: libgcrypt
#$(RECONF) #$(RECONF)
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 $< && $(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 cd $< && $(MAKE) install
touch $@ touch $@
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment