Commit 120bf29e authored by Daniel Stenberg's avatar Daniel Stenberg
Browse files

configure: add crypt32.lib for winssl builds

Necessary since 6cabd785
parent 7530ef5c
Loading
Loading
Loading
Loading
+1 −0
Original line number Diff line number Diff line
@@ -1348,6 +1348,7 @@ if test "$curl_ssl_msg" = "$init_ssl_msg"; then
    AC_DEFINE(USE_WINDOWS_SSPI, 1, [to enable SSPI support])
    AC_SUBST(USE_WINDOWS_SSPI, [1])
    curl_sspi_msg="enabled"
    LIBS="crypt32.lib $LIBS"
  else
    AC_MSG_RESULT(no)
  fi