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

gcrypt: add SHA-256 (fixes #7627)

parent b7165d60
......@@ -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
......
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