summaryrefslogtreecommitdiffstats
path: root/crypto/bio/build.info
blob: ba7e358c2902b522410770c892a03f4b2f634e34 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
LIBS=../../libcrypto

# Base library
SOURCE[../../libcrypto]=\
        bio_lib.c bio_cb.c bio_err.c \
        b_print.c b_dump.c b_addr.c \
        b_sock.c b_sock2.c \
        bio_meth.c core_bio.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 bss_core.c

# Filters
SOURCE[../../libcrypto]=\
        bf_null.c bf_buff.c bf_lbuf.c bf_nbio.c bf_prefix.c bf_readbuff.c