File tree Expand file tree Collapse file tree 1 file changed +7
-1
lines changed Expand file tree Collapse file tree 1 file changed +7
-1
lines changed Original file line number Diff line number Diff line change @@ -1537,7 +1537,11 @@ main(int argc, char *argv[]) {
1537
1537
1538
1538
named_os_init (program_name );
1539
1539
1540
+ printf ("=============================================================" )
1541
+ printf ("parsing..." );
1540
1542
parse_command_line (argc , argv );
1543
+ printf ("parsing...done\n" );
1544
+ printf ("=============================================================" )
1541
1545
1542
1546
/*
1543
1547
* Since providers may be loaded due to command line
@@ -1569,7 +1573,9 @@ main(int argc, char *argv[]) {
1569
1573
ERR_clear_error ();
1570
1574
named_main_earlyfatal ("Failed to load default provider" );
1571
1575
}
1572
- printf ("loaded providers" );
1576
+ printf ("=============================================================\n" )
1577
+ printf ("loaded providers\n" );
1578
+ printf ("=============================================================\n" )
1573
1579
#endif /* if OPENSSL_VERSION_NUMER >= 0x30200000L && OPENSSL_API_LEVEL >= \
1574
1580
30200 */
1575
1581
#ifdef ENABLE_AFL
You can’t perform that action at this time.
0 commit comments