Commit 7c96f6a1 authored by pkubaj's avatar pkubaj Committed by Daniel Gustafsson
Browse files

ntlm: Remove redundant ifdef USE_OPENSSL



lib/curl_ntlm.c had code that read as follows:

  #ifdef USE_OPENSSL
  # ifdef USE_OPENSSL
  # else
  # ..
  # endif
  #endif

Remove the redundant USE_OPENSSL along with #else (it's not possible to
reach it anyway). The removed construction is a leftover from when the
SSLeay support was removed.

Closes #3269
Reviewed-by: default avatarDaniel Gustafsson <daniel@yesql.se>
Reviewed-by: default avatarDaniel Stenberg <daniel@haxx.se>
parent 78ff4e0d
Supports Markdown
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment