mirror of
https://github.com/Mbed-TLS/mbedtls.git
synced 2025-08-08 17:42:09 +03:00
- Improved compile-time compatibility with mingw32 64-bit versions
This commit is contained in:
@@ -2411,7 +2411,7 @@ int x509parse_cert_info( char *buf, size_t size, const char *prefix,
|
||||
SAFE_SNPRINTF();
|
||||
|
||||
ret = snprintf( p, n, "\n%sRSA key size : %d bits\n", prefix,
|
||||
crt->rsa.N.n * (int) sizeof( unsigned long ) * 8 );
|
||||
(int) crt->rsa.N.n * (int) sizeof( unsigned long ) * 8 );
|
||||
SAFE_SNPRINTF();
|
||||
|
||||
return( (int) ( size - n ) );
|
||||
|
Reference in New Issue
Block a user