Commit 8e62f7a6 authored by Marc Hoersken's avatar Marc Hoersken
Browse files

secureserver: FIPS option is only supported since stunnel 5.00

parent 8cf63f88
Loading
Loading
Loading
Loading
+4 −1
Original line number Diff line number Diff line
@@ -252,8 +252,11 @@ if($stunnel_version >= 400) {
            CApath = $path
            cert = $certfile
            debug = $loglevel
            fips = no
            socket = $socketopt";
        if($stunnel_version >= 500) {
            print STUNCONF "
            fips = no";
        }
        if($stunnel !~ /tstunnel(\.exe)?"?$/) {
            print STUNCONF "
            output = $logfile