diff options
author | Waldemar Brodkorb <wbx@openadk.org> | 2024-03-02 11:42:08 +0100 |
---|---|---|
committer | Waldemar Brodkorb <wbx@openadk.org> | 2024-03-02 11:48:05 +0100 |
commit | 5e9747e3b5333d5745a8b3b1432255e0725dedeb (patch) | |
tree | 01fca4ffd5e2f2f12fda69bcdbc12b6a4cdf38ee | |
parent | 1dab96a63736ac07b2af3bec778f14ed33e97fa2 (diff) |
openssl: enable DES
-rw-r--r-- | package/openssl/Makefile | 3 |
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 |