]> git.ipfire.org Git - thirdparty/curl.git/commitdiff
runtests.pl: Use Kerberos and SPNEGO as proxies for the crypto feature
authorSteve Holme <steve_holme@hotmail.com>
Sat, 22 Nov 2014 12:30:15 +0000 (12:30 +0000)
committerSteve Holme <steve_holme@hotmail.com>
Sat, 22 Nov 2014 17:14:11 +0000 (17:14 +0000)
In addition to NTLM, use Kerberos and SPNEGO as proxies to the crypto
feature.

...and converted tab characters, from commit 4b4e8a5853, to spaces.

tests/runtests.pl

index a26c6df3020cc6441fd7f906f9ca724c62885faa..b3a8d879909643bd8f953e5ab6499d0c7bf157f7 100755 (executable)
@@ -2390,7 +2390,8 @@ sub checksystem {
             if($feat =~ /NTLM/i) {
                 # NTLM enabled
                 $has_ntlm=1;
-               # Use this as a proxy for any cryptographic authentication
+
+                # Use this as a proxy for any cryptographic authentication
                 $has_crypto=1;
             }
             if($feat =~ /NTLM_WB/i) {
@@ -2408,10 +2409,16 @@ sub checksystem {
             if($feat =~ /Kerberos/i) {
                 # Kerberos enabled
                 $has_kerberos=1;
+
+                # Use this as a proxy for any cryptographic authentication
+                $has_crypto=1;
             }
             if($feat =~ /SPNEGO/i) {
                 # SPNEGO enabled
                 $has_spnego=1;
+
+                # Use this as a proxy for any cryptographic authentication
+                $has_crypto=1;
             }
             if($feat =~ /CharConv/i) {
                 # CharConv enabled