commit | 930ec7dfe50686edb330fcc6a6e5b9569a61935e | [log] [tgz] |
---|---|---|
author | Hanno Becker <hanno.becker@arm.com> | Fri Mar 09 10:48:00 2018 +0000 |
committer | Hanno Becker <hanno.becker@arm.com> | Fri Mar 09 10:48:12 2018 +0000 |
tree | 17414fbccfdb823fcf8909d85c215dd6f282fe9c | |
parent | 26f1f6061deabc15400835d278763cadb39aad71 [diff] [blame] |
Minor fixes
diff --git a/include/mbedtls/config.h b/include/mbedtls/config.h index 1c98558..c7ba174 100644 --- a/include/mbedtls/config.h +++ b/include/mbedtls/config.h
@@ -1049,7 +1049,8 @@ /** * \def MBEDTLS_RSA_NO_CRT * - * Do not use the Chinese Remainder Theorem for the RSA private operation. + * Do not use the Chinese Remainder Theorem + * for the RSA private operation. * * Uncomment this macro to disable the use of CRT in RSA. *