mirror of
https://github.com/yuzu-emu/mbedtls.git
synced 2025-01-05 20:55:27 +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 );
|
ssl_set_own_cert( &ssl, &srvcert, &rsa );
|
||||||
|
|
||||||
#if defined(POLARSSL_DHM_C)
|
#if defined(POLARSSL_DHM_C)
|
||||||
|
/*
|
||||||
|
* Use different group than default DHM group
|
||||||
|
*/
|
||||||
ssl_set_dh_param( &ssl, POLARSSL_DHM_RFC5114_MODP_2048_P,
|
ssl_set_dh_param( &ssl, POLARSSL_DHM_RFC5114_MODP_2048_P,
|
||||||
POLARSSL_DHM_RFC5114_MODP_2048_G );
|
POLARSSL_DHM_RFC5114_MODP_2048_G );
|
||||||
#endif
|
#endif
|
||||||
|
|
Loading…
Reference in a new issue