mirror of
https://git.suyu.dev/suyu/mbedtls.git
synced 2025-12-24 00:06:32 +01:00
Update BIGNUM_C comments
This commit is contained in:
parent
3926a2cc64
commit
bf31977c42
1 changed files with 2 additions and 1 deletions
|
|
@ -1233,10 +1233,11 @@
|
||||||
* Module: library/bignum.c
|
* Module: library/bignum.c
|
||||||
* Caller: library/dhm.c
|
* Caller: library/dhm.c
|
||||||
* library/ecp.c
|
* library/ecp.c
|
||||||
|
* library/ecdsa.c
|
||||||
* library/rsa.c
|
* library/rsa.c
|
||||||
* library/ssl_tls.c
|
* library/ssl_tls.c
|
||||||
*
|
*
|
||||||
* This module is required for RSA and DHM support.
|
* This module is required for RSA, DHM and ECC (ECDH, ECDSA) support.
|
||||||
*/
|
*/
|
||||||
#define POLARSSL_BIGNUM_C
|
#define POLARSSL_BIGNUM_C
|
||||||
|
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue