mirror of
https://git.suyu.dev/suyu/mbedtls.git
synced 2025-12-23 15:55:10 +01: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( " predefined DHM parameters from dhm.h instead!\n\n" );
|
||||||
printf( "============================================================\n\n" );
|
printf( "============================================================\n\n" );
|
||||||
|
|
||||||
|
printf( " ! Generating large primes may take minutes!\n" );
|
||||||
|
|
||||||
printf( "\n . Seeding the random number generator..." );
|
printf( "\n . Seeding the random number generator..." );
|
||||||
fflush( stdout );
|
fflush( stdout );
|
||||||
|
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue