mirror of
https://github.com/Mbed-TLS/mbedtls.git
synced 2025-11-06 19:29:29 +03:00
Fix typo in check_config.h
This commit is contained in:
committed by
Simon Butcher
parent
683ac27b0f
commit
93db11a395
@@ -107,10 +107,10 @@
|
||||
* architecture by defining MBEDTLS_HAVE_INT32 or MBEDTLS_HAVE_INT64
|
||||
* respectively and undefining MBEDTLS_HAVE_ASM.
|
||||
*
|
||||
* Double length integers (e.g. 128-bit in 64-bit architectures) can be
|
||||
* Double-width integers (e.g. 128-bit in 64-bit architectures) can be
|
||||
* disabled by defining MBEDTLS_NO_UDBL_DIVISION.
|
||||
*
|
||||
* The double length integer types can be configured by defining
|
||||
* The double-width integer types can be configured by defining
|
||||
* MBEDTLS_TYPE_UDBL when the type cannot be automatically deduced by the
|
||||
* library (e.g. the compiler is unknown). The definition of MBEDTLS_TYPE_UDBL
|
||||
* must be a complete statement of the form:
|
||||
|
||||
Reference in New Issue
Block a user