Update copyright year
[openssl.git] / crypto / bio / build.info
1 LIBS=../../libcrypto
2
3 # Base library
4 SOURCE[../../libcrypto]=\
5         bio_lib.c bio_cb.c bio_err.c \
6         b_print.c b_dump.c b_addr.c \
7         b_sock.c b_sock2.c \
8         bio_meth.c core_bio.c
9
10 # Source / sink implementations
11 SOURCE[../../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
17 SOURCE[../../libcrypto]=\
18         bf_null.c bf_buff.c bf_lbuf.c bf_nbio.c bf_prefix.c bf_readbuff.c