mirror of
https://github.com/yuzu-emu/mbedtls.git
synced 2024-11-22 17:45:38 +01: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