Move the code for 'openssl list' to its own translation unit.
authorRichard Levitte <levitte@openssl.org>
Wed, 10 Jul 2019 18:25:03 +0000 (20:25 +0200)
committerRichard Levitte <levitte@openssl.org>
Mon, 15 Jul 2019 05:00:29 +0000 (07:00 +0200)
commit753149d97f8474ff8745a66175b8e4a19fe50743
tree50171a57d8093e29d57ab2d6f4e1963a1e4bb801
parent4b62b8ed4989bb6767a38ae813495ba62215c25b
Move the code for 'openssl list' to its own translation unit.

That makes it easier to work with than going through apps/openssl.c
This also moves the implementation of calculate_columns() and makes it
generally accessible.

Reviewed-by: Paul Dale <paul.dale@oracle.com>
(Merged from https://github.com/openssl/openssl/pull/9340)
apps/build.info
apps/columns.c [new file with mode: 0644]
apps/include/function.h
apps/list.c [new file with mode: 0644]
apps/openssl.c