summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--package/openssl/Makefile3
1 files changed, 1 insertions, 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