libgcrypt: enable all ciphers; one of the programs built requires ECC code
authorW. Michael Petullo <[email protected]>
Sat, 19 Jul 2014 00:19:11 +0000 (20:19 -0400)
committerSteven Barth <[email protected]>
Sat, 19 Jul 2014 12:08:11 +0000 (14:08 +0200)
Signed-off-by: W. Michael Petullo <[email protected]>
libs/libgcrypt/Makefile

index c01b0a9e7926d2e307339aafb45f11bae0e599a2..afa4096c23c7f3b6989f34d5938bd20303106838 100644 (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)