summaryrefslogtreecommitdiffstats
path: root/apps/build.info
diff options
context:
space:
mode:
authorRichard Levitte <levitte@openssl.org>2019-07-10 20:25:03 +0200
committerRichard Levitte <levitte@openssl.org>2019-07-15 07:00:29 +0200
commit753149d97f8474ff8745a66175b8e4a19fe50743 (patch)
tree50171a57d8093e29d57ab2d6f4e1963a1e4bb801 /apps/build.info
parent4b62b8ed4989bb6767a38ae813495ba62215c25b (diff)
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)
Diffstat (limited to 'apps/build.info')
-rw-r--r--apps/build.info4
1 files changed, 2 insertions, 2 deletions
diff --git a/apps/build.info b/apps/build.info
index 8f5f5cdfd8..2a7317a4ab 100644
--- a/apps/build.info
+++ b/apps/build.info
@@ -27,11 +27,11 @@ $OPENSSLSRC={-
pkcs8.c pkey.c pkeyparam.c pkeyutl.c prime.c rand.c req.c rsa.c
rsautl.c s_client.c s_server.c s_time.c sess_id.c smime.c speed.c
spkac.c srp.c ts.c verify.c version.c x509.c rehash.c storeutl.c
- info.c);
+ list.c info.c);
join(' ', @opensslsrc); -}
# Source for libapps
$LIBAPPSSRC=apps.c apps_ui.c opt.c fmt.c s_cb.c s_socket.c app_rand.c \
- bf_prefix.c
+ bf_prefix.c columns.c
IF[{- !$disabled{apps} -}]
LIBS{noinst}=libapps.a