Skip to content

Commit

Permalink
consider ENABLED_SECURE_RENEGOTIATION
Browse files Browse the repository at this point in the history
  • Loading branch information
anhu committed Jan 29, 2025
1 parent a558731 commit 1828753
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion configure.ac
Original file line number Diff line number Diff line change
Expand Up @@ -6434,7 +6434,7 @@ AC_ARG_ENABLE([secure-renegotiation],
[ ENABLED_SECURE_RENEGOTIATION=no ]
)
if test "x$ENABLED_HAPROXY" = "xyes"
if test "x$ENABLED_HAPROXY" = "xyes" && test "x$ENABLED_SECURE_RENEGOTIATION" != "xyes"
then
ENABLED_RENEGOTIATION_INDICATION=yes
fi
Expand Down

0 comments on commit 1828753

Please sign in to comment.