mirror of
https://github.com/curl/curl.git
synced 2026-07-24 20:17:17 +03:00
secureserver: FIPS option is only supported since stunnel 5.00
This commit is contained in:
parent
8cf63f88c2
commit
8e62f7a650
1 changed files with 4 additions and 1 deletions
|
|
@ -252,8 +252,11 @@ if($stunnel_version >= 400) {
|
||||||
CApath = $path
|
CApath = $path
|
||||||
cert = $certfile
|
cert = $certfile
|
||||||
debug = $loglevel
|
debug = $loglevel
|
||||||
fips = no
|
|
||||||
socket = $socketopt";
|
socket = $socketopt";
|
||||||
|
if($stunnel_version >= 500) {
|
||||||
|
print STUNCONF "
|
||||||
|
fips = no";
|
||||||
|
}
|
||||||
if($stunnel !~ /tstunnel(\.exe)?"?$/) {
|
if($stunnel !~ /tstunnel(\.exe)?"?$/) {
|
||||||
print STUNCONF "
|
print STUNCONF "
|
||||||
output = $logfile
|
output = $logfile
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue