Browse Source

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

Signed-off-by: W. Michael Petullo <mike@flyn.org>
lilik-openwrt-22.03
W. Michael Petullo 10 years ago
committed by Steven Barth
parent
commit
f586ff7156
1 changed files with 1 additions and 4 deletions
  1. +1
    -4
      libs/libgcrypt/Makefile

+ 1
- 4
libs/libgcrypt/Makefile 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)


Loading…
Cancel
Save