[Heimdal-source-changes] [heimdal/heimdal] 67ac84: hcrypto: Fix Win 32 cpp checks

GitHub noreply at github.com
Ons Nov 9 16:36:35 CET 2016


  Branch: refs/heads/master
  Home:   https://github.com/heimdal/heimdal
  Commit: 67ac841f8f2cbd1adee87f8db731aedfe65043b5
      https://github.com/heimdal/heimdal/commit/67ac841f8f2cbd1adee87f8db731aedfe65043b5
  Author: Simon Wilkinson <sxw at your-file-system.com>
  Date:   2016-11-09 (Wed, 09 Nov 2016)

  Changed paths:
    M lib/hcrypto/evp.c
    M lib/hcrypto/test_bulk.c
    M lib/hcrypto/test_cipher.c

  Log Message:
  -----------
  hcrypto: Fix Win 32 cpp checks

The correct test for a windows build is if defined(_WIN32), not just
if _WIN32. Fix a few places in the build which do the wrong thing, as
it gives compiler warnings.




More information about the Heimdal-source-changes mailing list