From a0848daee50b30f441813ecc90042c6af14c62aa Mon Sep 17 00:00:00 2001 From: Richard Levitte Date: Wed, 27 Nov 2019 16:01:32 +0100 Subject: crypto/bio/build.info: split the source files in categories Reviewed-by: Matt Caswell (Merged from https://github.com/openssl/openssl/pull/10531) --- crypto/bio/build.info | 20 +++++++++++++++----- 1 file changed, 15 insertions(+), 5 deletions(-) (limited to 'crypto/bio') diff --git a/crypto/bio/build.info b/crypto/bio/build.info index d1e7d73c55..3f84bb824c 100644 --- a/crypto/bio/build.info +++ b/crypto/bio/build.info @@ -1,8 +1,18 @@ LIBS=../../libcrypto + +# Base library SOURCE[../../libcrypto]=\ bio_lib.c bio_cb.c bio_err.c \ - bss_mem.c bss_null.c bss_fd.c \ - bss_file.c bss_sock.c bss_conn.c \ - bf_null.c bf_buff.c b_print.c b_dump.c b_addr.c \ - b_sock.c b_sock2.c bss_acpt.c bf_nbio.c bss_log.c bss_bio.c \ - bss_dgram.c bio_meth.c bf_lbuf.c + b_print.c b_dump.c b_addr.c \ + b_sock.c b_sock2.c \ + bio_meth.c + +# Source / sink implementations +SOURCE[../../libcrypto]=\ + bss_null.c bss_mem.c bss_bio.c bss_fd.c bss_file.c \ + bss_sock.c bss_conn.c bss_acpt.c bss_dgram.c \ + bss_log.c + +# Filters +SOURCE[../../libcrypto]=\ + bf_null.c bf_buff.c bf_lbuf.c bf_nbio.c -- cgit v1.2.3