libgcrypt: enable all ciphers; one of the programs built requires ECC code

Signed-off-by: W. Michael Petullo <mike@flyn.org>
This commit is contained in:
W. Michael Petullo 2014-07-18 20:19:11 -04:00 committed by Steven Barth
parent 809eb6be1c
commit f586ff7156
1 changed files with 1 additions and 4 deletions

View File

@ -45,10 +45,7 @@ CONFIGURE_ARGS += \
--enable-shared \
--enable-static \
--disable-asm \
--with-gpg-error-prefix="$(STAGING_DIR)/usr" \
--enable-digests="md5 rmd160 sha1 sha256 sha512" \
--enable-ciphers="arcfour des aes cast5" \
--enable-pubkey-ciphers="rsa dsa"
--with-gpg-error-prefix="$(STAGING_DIR)/usr"
TARGET_CFLAGS += $(FPIC)