Commit ceacbacd authored by Steve Holme's avatar Steve Holme
Browse files

tests: Disabled NTLM tests for non-debug builds

Added required "debug" feature, missed in commit 1c9aaa0b, as NTLMv2
calls Curl_rand() which can only be fixed to a specific entropy in
debug builds.
parent 51bb067a
Loading
Loading
Loading
Loading
+1 −0
Original line number Diff line number Diff line
@@ -28,6 +28,7 @@ smtp
<features>
NTLM
!SSPI
debug
</features>
 <name>
SMTP NTLM authentication
Loading