mirror of
https://git.suyu.dev/suyu/mbedtls.git
synced 2026-03-11 05:22:56 +00:00
- Improved portability with Microsoft Visual C
This commit is contained in:
@@ -37,6 +37,10 @@
|
||||
#include <string.h>
|
||||
#include <stdlib.h>
|
||||
|
||||
#if defined _MSC_VER && !defined strcasecmp
|
||||
#define strcasecmp _stricmp
|
||||
#endif
|
||||
|
||||
static const int supported_ciphers[] = {
|
||||
|
||||
#if defined(POLARSSL_AES_C)
|
||||
|
||||
Reference in New Issue
Block a user