commit | fa6a620b752fde66be4abbaf10b8f6e54a57ed8e | [log] [tgz] |
---|---|---|
author | Paul Bakker <p.j.bakker@polarssl.org> | Mon Oct 28 18:48:30 2013 +0100 |
committer | Paul Bakker <p.j.bakker@polarssl.org> | Tue Oct 29 14:05:38 2013 +0100 |
tree | dd01a1a2b3a1644e4a9756ae65c330bada0b2f30 | |
parent | 178d9bac3c9c23307246f4e06779103d0fe6e0c2 [diff] [blame] |
Defines for UEFI environment under MSVC added
diff --git a/library/cipher.c b/library/cipher.c index 3ed6830..277811a 100644 --- a/library/cipher.c +++ b/library/cipher.c
@@ -44,7 +44,7 @@ #define POLARSSL_CIPHER_MODE_STREAM #endif -#if defined _MSC_VER && !defined strcasecmp +#if defined(_MSC_VER) && !defined strcasecmp #define strcasecmp _stricmp #endif