Clarify formulation (proposed by Bodo Moeller).
[openssl.git] / apps / openssl.c
index a344011778a16e54b1b58c4d89d723d0b825f327..c17458ef7cf426551c934cbff324a79364735bc0 100644 (file)
@@ -215,8 +215,8 @@ static void lock_dbg_cb(int mode, int type, const char *file, int line)
 int main(int Argc, char *Argv[])
        {
        ARGS arg;
-#define PROG_NAME_SIZE 16
-       char pname[PROG_NAME_SIZE];
+#define PROG_NAME_SIZE 39
+       char pname[PROG_NAME_SIZE+1];
        FUNCTION f,*fp;
        MS_STATIC char *prompt,buf[1024],config_name[256];
        int n,i,ret=0;