Skip to content
  1. Jul 13, 2012
  2. Jul 12, 2012
  3. Jul 11, 2012
  4. Jul 10, 2012
  5. Jul 09, 2012
  6. Jul 08, 2012
  7. Jul 07, 2012
    • Marc Hoersken's avatar
      winbuild: Make USE_WINSSL depend on USE_SSPI · d39bbcfa
      Marc Hoersken authored
      Since WinSSL cannot be build without SSPI being enabled,
      USE_WINSSL now defaults to the value of USE_SSPI.
      
      The makefile does now raise an error if WinSSL is enabled
      while SSPI is disabled.
      d39bbcfa
    • Marc Hoersken's avatar
      winbuild: Aligned USE_SSPI with other USE_x defines · 86871577
      Marc Hoersken authored
      Renamed external parameter USE_SSPI = yes/no to ENABLE_SSPI = yes/no.
      Backwards compatible change: USE_SSPI can still be passed as external
      parameter with yes/no value as long as ENABLE_SSPI is not given.
      
      USE_x defines are passed around with true/false values internally,
      USE_SSPI is now aligned to this approach, but still accepts external
      values yes/no being passed, just like the other defines.
      86871577
    • Marc Hoersken's avatar
      winbuild: Clean up formatting and variable naming · aeca33f9
      Marc Hoersken authored
      - Changed space usage to line up with the whole file
      - Renamed CFLAGS_SSPI/IPV6 to SSPI/IPV6_CFLAGS to be
        consistent with the other CFLAGS_x variables
      - Make use of existing CFLAGS_IPV6 (previously IPV6_CFLAGS)
        instead of appending directly to CFLAGS
      aeca33f9