Refactor config - consolidate and refresh print_table_entry
authorRichard Levitte <levitte@openssl.org>
Mon, 18 May 2015 10:53:38 +0000 (12:53 +0200)
committerRichard Levitte <levitte@openssl.org>
Fri, 22 Jan 2016 22:10:34 +0000 (23:10 +0100)
commit00ae96caf74658be3c687de38255b344d767387a
tree624ac81ea03993f2081d58f373d63230490139a9
parent44fdf1c23dbc943b747f4ee5609ef98414621e4a
Refactor config - consolidate and refresh print_table_entry

It's time for print_table_entry to get a bit of refreshment.  The way it
was put together, we needed to maintain the list of known configuration
keys of interest twice, in different shapes.  This is error prone, so
move the list of strings to a common list for all printing cases, and
use simple formatting of lines to do the actual printout based on that
list.

Reviewed-by: Rich Salz <rsalz@openssl.org>
Configure