mirror of
https://github.com/yuzu-emu/mbedtls
synced 2024-11-24 12:28:40 +00:00
Insert warning about time in dh_genprime
This commit is contained in:
parent
ddf7615d49
commit
5e1e61124a
1 changed files with 2 additions and 0 deletions
|
@ -74,6 +74,8 @@ int main( int argc, char *argv[] )
|
|||
printf( " predefined DHM parameters from dhm.h instead!\n\n" );
|
||||
printf( "============================================================\n\n" );
|
||||
|
||||
printf( " ! Generating large primes may take minutes!\n" );
|
||||
|
||||
printf( "\n . Seeding the random number generator..." );
|
||||
fflush( stdout );
|
||||
|
||||
|
|
Loading…
Reference in a new issue