commit | 6edcd41c0ac72189af1741d96f1ab947f7545f44 | [log] [tgz] |
---|---|---|
author | Paul Bakker <p.j.bakker@polarssl.org> | Tue Oct 29 15:22:54 2013 +0100 |
committer | Paul Bakker <p.j.bakker@polarssl.org> | Tue Oct 29 15:44:13 2013 +0100 |
tree | e8b4c7b2a1603d993feace7bc8b1b8591d5cd016 | |
parent | 7b0be68977e101daf4be51fa3178b90d5143a1de [diff] [blame] |
Addition conditions for UEFI environment under MSVC
diff --git a/library/cipher.c b/library/cipher.c index 277811a..f0a770a 100644 --- a/library/cipher.c +++ b/library/cipher.c
@@ -44,7 +44,8 @@ #define POLARSSL_CIPHER_MODE_STREAM #endif -#if defined(_MSC_VER) && !defined strcasecmp +#if defined(_MSC_VER) && !defined strcasecmp && !defined(EFIX64) && \ + !defined(EFI32) #define strcasecmp _stricmp #endif