Move libapps.a source to apps/lib
authorRichard Levitte <levitte@openssl.org>
Wed, 28 Aug 2019 20:27:47 +0000 (22:27 +0200)
committerRichard Levitte <levitte@openssl.org>
Wed, 4 Sep 2019 15:26:07 +0000 (17:26 +0200)
commit2ad75c6c1341db8a3122bbeaf863440057d71307
treefbcb1a16b4410414083f21ddaa92aa8e450a0baa
parent1e8e75d18be8856e753a57771754b9926c3f4264
Move libapps.a source to apps/lib

This makes it clearer what's what.  The 'openssl' application and its
sub-commands remain in apps/

Reviewed-by: Tomas Mraz <tmraz@fedoraproject.org>
(Merged from https://github.com/openssl/openssl/pull/9723)
16 files changed:
apps/build.info
apps/include/vms_term_sock.h [moved from apps/vms_term_sock.h with 100% similarity]
apps/lib/app_rand.c [moved from apps/app_rand.c with 100% similarity]
apps/lib/apps.c [moved from apps/apps.c with 100% similarity]
apps/lib/apps_ui.c [moved from apps/apps_ui.c with 100% similarity]
apps/lib/bf_prefix.c [moved from apps/bf_prefix.c with 100% similarity]
apps/lib/build.info [new file with mode: 0644]
apps/lib/columns.c [moved from apps/columns.c with 100% similarity]
apps/lib/fmt.c [moved from apps/fmt.c with 100% similarity]
apps/lib/opt.c [moved from apps/opt.c with 100% similarity]
apps/lib/s_cb.c [moved from apps/s_cb.c with 100% similarity]
apps/lib/s_socket.c [moved from apps/s_socket.c with 100% similarity]
apps/lib/vms_decc_argv.c [moved from apps/vms_decc_argv.c with 100% similarity]
apps/lib/vms_term_sock.c [moved from apps/vms_term_sock.c with 100% similarity]
apps/lib/win32_init.c [moved from apps/win32_init.c with 100% similarity]
test/build.info