summaryrefslogtreecommitdiffstats
path: root/apps/include
diff options
context:
space:
mode:
authorDr. David von Oheimb <David.von.Oheimb@siemens.com>2021-01-07 09:00:02 +0100
committerDr. David von Oheimb <dev@ddvo.net>2021-01-11 19:39:49 +0100
commit3372039252c4d9c67de784a0fbdad5589991a347 (patch)
tree687417a67e1027ce1d90cd448b0b03b05a8e90df /apps/include
parent046a7aaa5e3c398b19fcdb5b486d57ab9c6ced30 (diff)
APPS: Fix confusion between program and app/command name used in diagnostic/help output
Reviewed-by: Tomas Mraz <tmraz@fedoraproject.org> (Merged from https://github.com/openssl/openssl/pull/13799)
Diffstat (limited to 'apps/include')
-rw-r--r--apps/include/opt.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/apps/include/opt.h b/apps/include/opt.h
index 56de57cf4c..15375e3a80 100644
--- a/apps/include/opt.h
+++ b/apps/include/opt.h
@@ -341,6 +341,7 @@ typedef struct string_int_pair_st {
const char *opt_path_end(const char *filename);
char *opt_progname(const char *argv0);
+char *opt_appname(const char *arg0);
char *opt_getprog(void);
char *opt_init(int ac, char **av, const OPTIONS * o);
int opt_next(void);