mirror of
https://github.com/Mbed-TLS/mbedtls.git
synced 2025-07-29 11:41:15 +03:00
Fix missing MSVC define
This commit is contained in:
committed by
Paul Bakker
parent
bdc96765d6
commit
9654fb156f
@ -34,6 +34,10 @@
|
||||
|
||||
#include <stdlib.h>
|
||||
|
||||
#if defined _MSC_VER && !defined strcasecmp
|
||||
#define strcasecmp _stricmp
|
||||
#endif
|
||||
|
||||
/*
|
||||
* Ordered from most preferred to least preferred in terms of security.
|
||||
*/
|
||||
|
Reference in New Issue
Block a user