minor changes

This commit is contained in:
Zhi Guan
2017-12-26 22:59:32 +08:00
parent 735c0a5800
commit 86aa61c0b6
7 changed files with 62 additions and 5 deletions

View File

@@ -12,7 +12,6 @@
# define NO_MD5CRYPT_1
#endif
# include <string.h>
# include "apps.h"

View File

@@ -126,7 +126,8 @@ int pkey_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, "Using configuration from %s\n", configfile);
if ((conf = app_load_config(configfile)) == NULL)
goto end;