Commit 1c5ebcd8 authored by Matt Caswell's avatar Matt Caswell
Browse files

Suppress an "uknown option" warning when using no-dtls1 on Windows

parent 166e365e
Loading
Loading
Loading
Loading
+1 −0
Original line number Diff line number Diff line
@@ -1207,6 +1207,7 @@ sub read_options
		"no-ssl3-method" => 0,
		"no-tlsext" => \$no_tlsext,
		"no-tls1" => \$no_tls1,
		"no-dtls1" => 0,
		"no-srp" => \$no_srp,
		"no-cms" => \$no_cms,
		"no-jpake" => \$no_jpake,