Commit adc154c0 authored by Rémi Denis-Courmont's avatar Rémi Denis-Courmont

contrib: gcrypt: add SHA-256 for GnuTLS

parent 8918b769
......@@ -31,8 +31,13 @@ ifeq ($(ANDROID_ABI), x86)
CONFIGURE_OPTS += ac_cv_sys_symbol_underscore=no
endif
endif
.gcrypt: libgcrypt
#$(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
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