mirror of
https://github.com/Mbed-TLS/mbedtls.git
synced 2026-01-06 11:41:12 +03:00
Explicit conversions and minor changes to prevent MSVC compiler warnings
This commit is contained in:
@@ -940,7 +940,7 @@ int x509_crt_parse_path( x509_crt *chain, const char *path )
|
||||
WCHAR szDir[MAX_PATH];
|
||||
char filename[MAX_PATH];
|
||||
char *p;
|
||||
int len = strlen( path );
|
||||
int len = (int) strlen( path );
|
||||
|
||||
WIN32_FIND_DATAW file_data;
|
||||
HANDLE hFind;
|
||||
|
||||
Reference in New Issue
Block a user