2016-01-30 06:33:10 +08:00
|
|
|
LIBS=../../libcrypto
|
2019-11-27 23:01:32 +08:00
|
|
|
|
|
|
|
# Base library
|
2016-01-30 06:33:10 +08:00
|
|
|
SOURCE[../../libcrypto]=\
|
|
|
|
bio_lib.c bio_cb.c bio_err.c \
|
2019-11-27 23:01:32 +08:00
|
|
|
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]=\
|
2019-11-27 23:02:33 +08:00
|
|
|
bf_null.c bf_buff.c bf_lbuf.c bf_nbio.c bf_prefix.c
|