summaryrefslogtreecommitdiffstats
path: root/apps/include
diff options
context:
space:
mode:
authorPauli <paul.dale@oracle.com>2020-03-05 10:06:29 +1000
committerPauli <paul.dale@oracle.com>2020-04-19 10:37:39 +1000
commit99a7c3a7bf98c7b8d1df943ab7f53cc26aec65dd (patch)
tree2733b84bdcbbda3209c802df1ece49da746852a5 /apps/include
parent188dd86ab455eec54e4d940b545ae82ad23b4f1a (diff)
openssl: include the version a command was deprecated in the output text.
Reviewed-by: Tomas Mraz <tmraz@fedoraproject.org> (Merged from https://github.com/openssl/openssl/pull/11225)
Diffstat (limited to 'apps/include')
-rw-r--r--apps/include/function.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/apps/include/function.h b/apps/include/function.h
index 28eb3e5d1c..58657cdf43 100644
--- a/apps/include/function.h
+++ b/apps/include/function.h
@@ -26,6 +26,7 @@ typedef struct function_st {
int (*func)(int argc, char *argv[]);
const OPTIONS *help;
const char *deprecated_alternative;
+ const char *deprecated_version;
} FUNCTION;
DEFINE_LHASH_OF(FUNCTION);