]> git.ipfire.org Git - thirdparty/openssl.git/blame - crypto/bio/build.info
BIO: Add BIO_f_prefix(), a text line prefixing filter
[thirdparty/openssl.git] / crypto / bio / build.info
CommitLineData
777a2882 1LIBS=../../libcrypto
a0848dae
RL
2
3# Base library
777a2882
RL
4SOURCE[../../libcrypto]=\
5 bio_lib.c bio_cb.c bio_err.c \
a0848dae
RL
6 b_print.c b_dump.c b_addr.c \
7 b_sock.c b_sock2.c \
8 bio_meth.c
9
10# Source / sink implementations
11SOURCE[../../libcrypto]=\
12 bss_null.c bss_mem.c bss_bio.c bss_fd.c bss_file.c \
13 bss_sock.c bss_conn.c bss_acpt.c bss_dgram.c \
14 bss_log.c
15
16# Filters
17SOURCE[../../libcrypto]=\
319cee9e 18 bf_null.c bf_buff.c bf_lbuf.c bf_nbio.c bf_prefix.c