mirror of
https://github.com/cuberite/polarssl.git
synced 2025-09-09 23:26:29 -04:00
Insert warning about time in dh_genprime
This commit is contained in:
parent
ddf7615d49
commit
5e1e61124a
@ -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…
x
Reference in New Issue
Block a user