Skip to content
Snippets Groups Projects
Commit 8cd40e1f authored by Richard Levitte's avatar Richard Levitte
Browse files

Restore the display of options with 'openssl version -a'


Reviewed-by: default avatarRich Salz <rsalz@openssl.org>
(Merged from https://github.com/openssl/openssl/pull/5572)

(cherry picked from commit b971b05e)
parent d06c7154
Branches
Tags
No related merge requests found
......@@ -90,7 +90,7 @@ opthelp:
dirty = version = 1;
break;
case OPT_A:
cflags = version = date = platform = dir = engdir = 1;
options = cflags = version = date = platform = dir = engdir = 1;
break;
}
}
......
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment