Print out a list of disabled features.
authorDr. Stephen Henson <steve@openssl.org>
Tue, 15 Sep 2015 14:29:02 +0000 (15:29 +0100)
committerDr. Stephen Henson <steve@openssl.org>
Sat, 19 Sep 2015 04:57:19 +0000 (05:57 +0100)
commita760a3805b49736632f14297a1c489290d4c1a6b
tree9d3d726299a8872fa2de18ab62b490819b833b3f
parent331bf00bed8c2839466b608e725c8aa5ef54622c
Print out a list of disabled features.

New option "openssl list -disabled" this lists a set of disabled features
in a form which can be conveniently parsed by the test framework so it
knows which tests to skip.

Reviewed-by: Richard Levitte <levitte@openssl.org>
apps/openssl.c