mirror of
https://github.com/guanzhi/GmSSL.git
synced 2026-06-28 00:37:00 +08:00
Add some debug info
This commit is contained in:
@@ -184,7 +184,9 @@ int ecparam_main(int argc, char **argv)
|
||||
if (argc != 0)
|
||||
goto opthelp;
|
||||
|
||||
BIO_printf(bio_err, "Using configuration from %s\n", configfile);
|
||||
if (e)
|
||||
BIO_printf(bio_err, "ecparam using engine configuration from %s\n",
|
||||
configfile);
|
||||
|
||||
if ((conf = app_load_config(configfile)) == NULL)
|
||||
goto end;
|
||||
|
||||
Reference in New Issue
Block a user