[openssl-commits] [openssl] master update
Dr. Stephen Henson
steve at openssl.org
Wed Feb 10 19:09:06 UTC 2016
The branch master has been updated
via 01a2ade05d4fb5ece6f7574616055d81dd4e1a31 (commit)
from f4a748a17d6a38f410acd342e8539d0e7196cbdb (commit)
- Log -----------------------------------------------------------------
commit 01a2ade05d4fb5ece6f7574616055d81dd4e1a31
Author: Dr. Stephen Henson <steve at openssl.org>
Date: Wed Feb 10 19:04:08 2016 +0000
typo
Reviewed-by: Rich Salz <rsalz at openssl.org>
-----------------------------------------------------------------------
Summary of changes:
apps/version.c | 4 ++--
1 file changed, 2 insertions(+), 2 deletions(-)
diff --git a/apps/version.c b/apps/version.c
index 84929a5..0e0d9e7 100644
--- a/apps/version.c
+++ b/apps/version.c
@@ -133,7 +133,7 @@
typedef enum OPTION_choice {
OPT_ERR = -1, OPT_EOF = 0, OPT_HELP,
- OPT_B, OPT_D, OPT_F, OPT_O, OPT_P, OPT_V, OPT_A
+ OPT_B, OPT_D, OPT_E, OPT_F, OPT_O, OPT_P, OPT_V, OPT_A
} OPTION_CHOICE;
OPTIONS version_options[] = {
@@ -141,7 +141,7 @@ OPTIONS version_options[] = {
{"a", OPT_A, '-', "Show all data"},
{"b", OPT_B, '-', "Show build date"},
{"d", OPT_D, '-', "Show configuration directory"},
- {"e", OPT_D, '-', "Show engines directory"},
+ {"e", OPT_E, '-', "Show engines directory"},
{"f", OPT_F, '-', "Show compiler flags used"},
{"o", OPT_O, '-', "Show some internal datatype options"},
{"p", OPT_P, '-', "Show target build platform"},
More information about the openssl-commits
mailing list