Skip to content

Commit b97bd3a

Browse files
committed
- Fix configure, autoconf for #1406.
1 parent 6aa5ad8 commit b97bd3a

3 files changed

Lines changed: 3 additions & 27 deletions

File tree

config.h.in

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1142,9 +1142,6 @@
11421142
#endif
11431143

11441144

1145-
/* Define to 1 to prefer TLS crypto settings from the system. */
1146-
#undef USE_SYSTEM_TLS
1147-
11481145
/* Define this to enable server TCP Fast Open. */
11491146
#undef USE_TCP_FASTOPEN
11501147

configure

Lines changed: 0 additions & 24 deletions
Original file line numberDiff line numberDiff line change
@@ -669,7 +669,6 @@ SOURCEFILE
669669
SOURCEDETERMINE
670670
IPSET_OBJ
671671
IPSET_SRC
672-
SYSTEM_TLS_DEFAULT
673672
IPSECMOD_HEADER
674673
IPSECMOD_OBJ
675674
CACHEDB_OBJ
@@ -937,7 +936,6 @@ enable_dnscrypt
937936
with_libsodium
938937
enable_cachedb
939938
enable_ipsecmod
940-
enable_system_tls
941939
enable_ipset
942940
with_libmnl
943941
enable_explicit_port_randomisation
@@ -1643,8 +1641,6 @@ Optional Features:
16431641
storage
16441642
--enable-ipsecmod Enable ipsecmod module that facilitates
16451643
opportunistic IPsec
1646-
--enable-system-tls Enable preference of system configured TLS socket
1647-
options
16481644
--enable-ipset enable ipset module
16491645
--disable-explicit-port-randomisation
16501646
disable explicit source port randomisation and rely
@@ -25123,26 +25119,6 @@ printf "%s\n" "#define USE_IPSECMOD 1" >>confdefs.h
2512325119
;;
2512425120
esac
2512525121

25126-
# check for system TLS preference if requested
25127-
# Check whether --enable-system-tls was given.
25128-
if test ${enable_system_tls+y}
25129-
then :
25130-
enableval=$enable_system_tls;
25131-
fi
25132-
25133-
case "$enable_system_tls" in
25134-
yes)
25135-
25136-
printf "%s\n" "#define USE_SYSTEM_TLS 1" >>confdefs.h
25137-
25138-
SYSTEM_TLS_DEFAULT="yes"
25139-
;;
25140-
no|*)
25141-
SYSTEM_TLS_DEFAULT="no"
25142-
;;
25143-
esac
25144-
25145-
2514625122
# check for ipset if requested
2514725123
# Check whether --enable-ipset was given.
2514825124
if test ${enable_ipset+y}

doc/Changelog

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -12,6 +12,9 @@
1212
configure option, related to #1401, is no longer needed with the new
1313
option and the current default.
1414

15+
16 April 2026: Wouter
16+
- Fix configure, autoconf for #1406.
17+
1518
15 April 2026: Wouter
1619
- Fix RFC7766 compliance when client sends EOF over TCP. It stops
1720
pending replies and closes. Thanks to Yuxiao Wu, Tsinghua

0 commit comments

Comments
 (0)