mirror of
https://github.com/cuberite/polarssl.git
synced 2025-09-29 16:32:32 -04:00
Fix comment
Signed-off-by: Gabor Mezei <gabor.mezei@arm.com>
This commit is contained in:
parent
d6789f1e2e
commit
1a729dcece
@ -45,7 +45,12 @@ typedef enum {
|
|||||||
*/
|
*/
|
||||||
#if !defined(MBEDTLS_ECP_WITH_MPI_UINT)
|
#if !defined(MBEDTLS_ECP_WITH_MPI_UINT)
|
||||||
|
|
||||||
/* Because of `check_names.py` a define is needed for every macro. */
|
/* Provide a commented-out definition so that `check_names.py` knows that
|
||||||
|
* it's not a typo.
|
||||||
|
* MBEDTLS_ECP_WITH_MPI_UINT must not be defined within config files, but
|
||||||
|
* only on the command line, as otherwise both ECP implementations will be
|
||||||
|
* built.
|
||||||
|
*/
|
||||||
//#define MBEDTLS_ECP_WITH_MPI_UINT
|
//#define MBEDTLS_ECP_WITH_MPI_UINT
|
||||||
|
|
||||||
/* Enable the old bignum interface. */
|
/* Enable the old bignum interface. */
|
||||||
|
Loading…
x
Reference in New Issue
Block a user