Skip to content

Commit

Permalink
enable-legacy and enable-weak-ssl-ciphers
Browse files Browse the repository at this point in the history
  • Loading branch information
notjaywu committed Nov 26, 2024
1 parent 9e99250 commit 2908ea5
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion openssl/config/Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@ CONFIGURE = ./Configure
# no-shared: openssl-cli needs static link
# no-afalgeng: old Linux kernel < 4.0 does not support it
# enable-ssl-trace: cause the optional SSL_trace API to be built
COPTS = no-comp no-shared no-afalgeng enable-ssl-trace enable-fips
COPTS = no-comp no-shared no-afalgeng enable-ssl-trace enable-fips enable-legacy enable-weak-ssl-ciphers

# disable platform check in Configure
NO_WARN_ENV = CONFIGURE_CHECKER_WARN=1
Expand Down

0 comments on commit 2908ea5

Please sign in to comment.