mirror of
https://git.suyu.dev/suyu/mbedtls.git
synced 2026-02-07 05:43:40 +00:00
- Added comment
This commit is contained in:
parent
cbbd9998da
commit
5d19f86fdd
@ -388,6 +388,9 @@ int main( int argc, char *argv[] )
|
||||
ssl_set_own_cert( &ssl, &srvcert, &rsa );
|
||||
|
||||
#if defined(POLARSSL_DHM_C)
|
||||
/*
|
||||
* Use different group than default DHM group
|
||||
*/
|
||||
ssl_set_dh_param( &ssl, POLARSSL_DHM_RFC5114_MODP_2048_P,
|
||||
POLARSSL_DHM_RFC5114_MODP_2048_G );
|
||||
#endif
|
||||
|
||||
Loading…
Reference in New Issue
Block a user