Author :
guenther
Date :
2023-07-05 18:45:14
Hash :c0c90351 Message :It isn't portable to use stderr (or std{in,out}) in file-scope
initializers as they are not required to be compile-time constants.
So, intialize these global variables at the top of main().
ok miod@ deraadt@ yasuoka@ millert@