This commit is contained in:
Manuel Pégourié-Gonnard 2017-08-23 10:02:51 +02:00
parent d55f776cb7
commit 8b7b96bbd3

View file

@ -571,7 +571,7 @@
* again later with the same arguments in order to further progress and
* eventually complete the operation, see \c mbedtls_ecp_set_max_ops().
*
* This is usefull in non-threaded environments if you want to avoid blocking
* This is useful in non-threaded environments if you want to avoid blocking
* for too long on ECC (hence, X509 or SSL/TLS) operations.
*
* Uncomment this macro to enable restartable ECC computations.