From 5e9747e3b5333d5745a8b3b1432255e0725dedeb Mon Sep 17 00:00:00 2001 From: Waldemar Brodkorb Date: Sat, 2 Mar 2024 11:42:08 +0100 Subject: openssl: enable DES --- package/openssl/Makefile | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/package/openssl/Makefile b/package/openssl/Makefile index 8be85ee8b..82871d76e 100644 --- a/package/openssl/Makefile +++ b/package/openssl/Makefile @@ -35,11 +35,10 @@ ifeq ($(ADK_TARGET_USE_STATIC_LIBS),y) OPENSSL_OPTIONS:= no-shared zlib no-dso else OPENSSL_OPTIONS:= shared zlib-dynamic -#TARGET_CFLAGS+= -ldl -shared endif OPENSSL_OPTIONS+= threads no-err no-tests no-fuzz-libfuzzer no-fuzz-afl -OPENSSL_OPTIONS+= no-rc5 no-rc2 no-rc4 no-md2 no-idea no-des +OPENSSL_OPTIONS+= no-rc5 no-rc2 no-rc4 no-md2 no-idea HOST_STYLE:= manual CONFIG_STYLE:= manual -- cgit v1.2.3