- Improved portability with Microsoft Visual C
This commit is contained in:
parent
a493ad4539
commit
af5c85fc10
32 changed files with 2325 additions and 3 deletions
|
@ -37,6 +37,10 @@
|
|||
#include <string.h>
|
||||
#include <stdlib.h>
|
||||
|
||||
#if defined _MSC_VER && !defined strcasecmp
|
||||
#define strcasecmp _stricmp
|
||||
#endif
|
||||
|
||||
static const int supported_digests[] = {
|
||||
|
||||
#if defined(POLARSSL_MD2_C)
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue