hcrypto: Fix Win 32 cpp checks
commit67ac841f8f2cbd1adee87f8db731aedfe65043b5
authorSimon Wilkinson <sxw@your-file-system.com>
Wed, 9 Nov 2016 15:35:05 +0000 (9 15:35 +0000)
committerSimon Wilkinson <sxw@your-file-system.com>
Wed, 9 Nov 2016 15:36:04 +0000 (9 15:36 +0000)
tree591b47166371bdb79400a441bec817adcd45b3d9
parentac9109ff75a77e3e87291cd3cc0b1f7a51c8c728
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.
lib/hcrypto/evp.c
lib/hcrypto/test_bulk.c
lib/hcrypto/test_cipher.c